GET
/
v2
/
mcp
/
{mcpId}
/
tools
cURL
curl --request GET \
  --url https://api.gptmaker.ai/v2/mcp/{mcpId}/tools \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "tenant": "<string>",
    "tenantOwner": "<string>",
    "createdAt": 123,
    "updatedAt": 123,
    "integrationId": "<string>",
    "agentId": "<string>",
    "active": true,
    "name": "<string>",
    "description": "<string>",
    "inputSchema": {
      "type": "<string>",
      "$schema": "<string>",
      "properties": {},
      "additionalProperties": true
    }
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

mcpId
string
required

ID do MCP

Response

200
application/json

Configurações listadas com sucesso

The response is of type object[].