Skip to main content
PATCH
Update Agent Tool

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required
instance_name
string
required

Body

application/json

Schema for updating an existing agent_tool instance (partial).

enabled
boolean | null
instance_name
string | null
display_name
string | null
description
string | null
tool_type
string | null
config
ToolConfig · object | null

Aggregate config for a tool instance — full v2 Field Reference superset.

Frontend may submit any subset of these fields. Whatever is non-None is persisted into the agent_tool.config JSON blob. The runtime reads only the fields relevant to the resolved tool_type.

Section numbers below cite mr-assistant-tools-field-reference v2.

config_patch
Config Patch · object | null

Response

Successful Response

Schema for tool response.

id
string
required
agent_id
string
required
tool_key
string
required
instance_name
string
required
display_name
string | null
required
tool_type
string
required
enabled
boolean
required
is_active
boolean
required
version
integer
required
config
Config · object
required
description
string | null
required
created_at
string<date-time>
required
raw_schema
Raw Schema · object | null
rpc_method
string | null
parameters_schema
Parameters Schema · object | null
registry_info
Registry Info · object | null