Skip to main content
GET
Get tool server by ID

Authorizations

Authorization
string
header
required

An API key from your Devic console, sent as Authorization: Bearer <key>. An embedded front end sends a tenant-session token instead, so no API key reaches the browser, and an OAuth integration sends its access token. Missing, invalid or expired credentials get a 401. See Authentication.

Path Parameters

toolServerId
string
required

The unique identifier of the tool server

Response

Tool server retrieved successfully

_id
string

Tool server ID

clientUID
string

Client UID

enabled
boolean

Whether the tool server is enabled

url
string

Base URL

identifier
string

Tool server identifier

name
string

Tool server name

description
string

Tool server description

mcpType
boolean

Whether this is an MCP type server

mcpServerProperties
object
toolServerDefinitionId
string

Tool server definition ID

imageUrl
string

Image URL

creartionTimestampMs
integer

Creation timestamp in milliseconds

lastEditTimestampMS
integer

Last edit timestamp in milliseconds

toolServerDefinition
object