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

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 March 22, 2026