RoutesMcp serversServerslugTools
/mcp-servers/{serverSlug}/tools
AuthorizationBearer <token>
In: header
Path Parameters
serverSlug*string
Length
1 <= lengthResponse 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
}
]
}