Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tool_id
string
required

Body

application/json

SetToolStatusRequest targets one catalog tool by (workspace_id, tool_id). The handler verifies the tool belongs to the workspace before writing.

workspace_id
string
tool_id
string
status
string

Required. One of "active", "deprecated", "blocked".

status_message
string

Optional. Operator note shown alongside the tool in dashboards and CLI.

Response

200 - application/json

OK

tool
object