Gatana Documentation
RoutesMcp serversServerslugTools

/mcp-servers/{serverSlug}/tools

GET
/mcp-servers/{serverSlug}/tools
AuthorizationBearer <token>

In: header

Path Parameters

serverSlug*string
Length1 <= length

Response Body

application/json

curl -X GET "https://YOUR_ORG_ID.gatana.ai/api/v1/mcp-servers/string/tools"
{
  "tools": [
    {
      "tenantId": "string",
      "serverId": 0,
      "toolName": "string",
      "description": "string",
      "schema": {},
      "outputSchema": {},
      "annotations": {},
      "isEnabled": true,
      "createdAt": 0,
      "updatedAt": 0
    }
  ]
}