Enneo

NEO Tools

List NEO tools

GET /tool

GET /tool

Returns live (non-deleted) tools. With ?aiAgentId=N, returns shared tools (aiAgentId null) plus that agent's private tools.

Query parameters

aiAgentIdintegerquery

Restrict to shared tools plus this agent's private tools.

Responses

200 — Successful operation

Response Example

{
  "tools": [
    {
      "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
}

401 — Unauthorized