Get MCP tools for a specific agent
get/get-mcp-tools/{agent_id}
Path parameters
agent_idstring required
Example:oBeDLoLOeuAbiuaMFXRtDOLriTJ5tSxD
Unique id of the agent to get MCP tools for.
Query parameters
Example:1
Optional version of the agent to use for this request. Default to latest version.
mcp_idstring required
Example:mcp-server-1
The ID of the MCP server to get tools from.
component_idstring
Example:component-123
The ID of the component if the MCP server is configured under a component.
Response
Successfully retrieved MCP tools.
Example response
[
{
"name": "search_files",
"description": "Search for files in the filesystem",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query"
}
},
"required": [
"query"
]
}
}
]Changes
Changed in 2 of the 28 revisions of this API.12
- ○
queryrequest parameterversionlist-of-types was widened by adding typesstringrequest-parameter-list-of-types-widened
- ○
for the
queryrequest parameterversion, the type/format was generalized frominteger/to/request-parameter-type-generalized
- ○
- ▲
for the
pathrequest parameteragent_id, the minLength was increased from0to1request-parameter-min-length-increased
- ▲