GET
/
v2
/
mcp
/
{mcpId}
/
tool
/
{toolId}
/
active
cURL
curl --request GET \
  --url https://api.gptmaker.ai/v2/mcp/{mcpId}/tool/{toolId}/active \
  --header 'Authorization: Bearer <token>'
{
  "success": 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

toolId
string
required

ID da ferramenta

Response

200
application/json

Ferramenta ativada com sucesso

The response is of type object.