NEO Tools
Get a NEO tool
GET /tool/{id}
GET /tool/{id}
Path parameters
idintegerpathrequiredTool ID.
Responses
200 — Successful operation
Response Example
{
"tool": {
"id": 1,
"slug": "string",
"aiAgentId": 1,
"name": "string",
"description": "string",
"definition": null,
"createdAt": "2026-01-01T12:00:00Z",
"modifiedAt": "2026-01-01T12:00:00Z"
},
"success": true
}404 — Tool not found