GET
/
v2
/
mcp
/
{mcpId}
/
tool
/
{toolId}
/
inactive
cURL
curl --request GET \
  --url https://api.gptmaker.ai/v2/mcp/{mcpId}/tool/{toolId}/inactive \
  --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 inativada com sucesso

The response is of type object.