Skip to main content
PATCH
Enable, disable or re-describe a tool row
Partial update of a single tool row. Omitted fields are left as they are. Requires the update capability on ai_gateway. See the control-plane overview for authentication, the {data, meta} envelope, pagination and error types.

Authorizations

Authorization
string
header
required

OAuth 2.1 authentication — recommended for new integrations. Access tokens (kc_ prefix) are minted at the root-host token endpoint https://api.knoxcall.com/oauth/token and passed as Authorization: Bearer <access_token>. Public clients must use PKCE with the authorization_code grant; confidential clients may use client_credentials. The first-party SDKs and the knoxcall login CLI handle token minting, caching, refresh, and DPoP for you.

Path Parameters

id
string<uuid>
required

The MCP server UUID.

toolId
string<uuid>
required

The tool row UUID.

Body

application/json
description
string | null
input_schema
object
enabled
boolean

Response

The updated tool row.

data
object

A tool metadata row. It does not widen what the server advertises — that is the intersection of allowed_tools, the upstream's real tools and the token's tool scope.

meta
object

Metadata included with every API response.