Overseer Docs
API Reference

Tools

Tool management API

Tools API

Browse available tools and their usage statistics.

List Tools

GET /api/tools

Response (200):

{
  "tools": [
    {
      "name": "executeCommand",
      "description": "Execute a shell command",
      "source": "built-in",
      "usageCount": 156
    },
    {
      "name": "readFile",
      "description": "Read file contents",
      "source": "built-in",
      "usageCount": 89
    }
  ]
}

On this page