cURL
curl --request GET \ --url https://api.gptmaker.ai/v2/mcp/{mcpId}/tool/{toolId}/inactive \ --header 'Authorization: Bearer <token>'
{ "success": true }
Inativa determinada ferramenta do MCP
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do MCP
ID da ferramenta
Ferramenta inativada com sucesso
The response is of type object.
object