Skip to main content
GET
/
v1
/
mcp-chat
/
tools
List the MCP tools available to the chat surface
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/mcp-chat/tools \
  --header 'x-api-key: <api-key>'
{
  "tools": [
    {
      "name": "<string>",
      "description": "<string>",
      "input_schema": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

Response body for GET /v1/mcp-chat/tools.

tools
ToolInfo · object[]
required