Skip to content

Tool reference

All 14 tools, matching the live tool schema — names and descriptions are exactly what tools/list returns. Expand a tool to see its input schema.

Account

Projects

Tasks

Comments

Time tracking

View example
List the tool schemas
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/list"
}
Response (truncated)
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "tools": [
      {
        "name": "whoami",
        "description": "Returns the Klaarin user…",
        "inputSchema": { "type": "object" }
      }
    ]
  }
}