Error
A valid request URL is required to generate request examples{
"results": [
{
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"meta": null,
"annotations": null,
"inputSchema": "<unknown>",
"description": "<string>",
"title": "<string>",
"toolName": "<string>",
"mcpServerUuid": "<string>",
"uuid": "<string>",
"enabled": true,
"agentUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Get apiv1projects aiagents mcpservers tools
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
mcpServers
/
{mcpServerUuid}
/
tools
Error
A valid request URL is required to generate request examples{
"results": [
{
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"meta": null,
"annotations": null,
"inputSchema": "<unknown>",
"description": "<string>",
"title": "<string>",
"toolName": "<string>",
"mcpServerUuid": "<string>",
"uuid": "<string>",
"enabled": true,
"agentUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?