curl --request PUT \
--url https://api.timelyai.com.br/v1/agent/{id}/mcp/tools/{toolId}/active \
--header 'x-api-key: <api-key>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"mcp_server_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"input_schema": {},
"is_active": true
}
}Activates an MCP tool for use by the agent.
curl --request PUT \
--url https://api.timelyai.com.br/v1/agent/{id}/mcp/tools/{toolId}/active \
--header 'x-api-key: <api-key>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"mcp_server_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"input_schema": {},
"is_active": true
}
}