Skip to main content
POST
/
api
/
v1
/
mcp-servers
/
{id}
/
tools
Discover tools from an MCP server
curl --request POST \
  --url https://api.example.com/api/v1/mcp-servers/{id}/tools
{
  "tools": [
    {
      "name": "<string>",
      "description": "<string>",
      "input_schema": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.idunplatform.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-workspace-id
string | null

Path Parameters

id
string
required

Response

Successful Response

Response containing discovered MCP tools.

tools
MCPToolSchema · object[]
required
Last modified on April 22, 2026