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"
]
}
}
]