MCP Gateway
ApiMcp servers

Get tool selection

Get tool selection status for a server, showing which tools are enabled or disabled.

GET
/api/v1/servers/{server_id}/tool-selection

Path Parameters

server_id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08/tool-selection"
{
  "items": [
    {
      "tool_id": "6c5cc6aa-c017-4456-ab57-583572511a6c",
      "tool_name": "string",
      "description": "string",
      "enabled": true
    }
  ]
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}