Connect to an MCP server and return its available tools.
cURL
curl --request POST \ --url https://api.example.com/api/v1/mcp-servers/{id}/tools
{ "tools": [ { "name": "<string>", "description": "<string>", "input_schema": {} } ] }
Successful Response
Response containing discovered MCP tools.
Show child attributes
Contact support