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": {} } ] }
Documentation IndexFetch the complete documentation index at: https://docs.idunplatform.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.idunplatform.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Response containing discovered MCP tools.
Show child attributes