Get MCP tools for a specific agent
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Unique id of the agent to get MCP tools for.
"oBeDLoLOeuAbiuaMFXRtDOLriTJ5tSxD"
Optional version of the agent to use for this request. Default to latest version.
1
The ID of the MCP server to get tools from.
"mcp-server-1"
Successfully retrieved MCP tools.
Name of the MCP tool.
"search_files"
Description of what the MCP tool does.
"Search for files in the filesystem"
JSON schema defining the input parameters for the tool.
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query"
}
},
"required": ["query"]
}