{
  "call_over_get": "Append a tool name to /tool/ and pass its arguments as query parameters. The server performs the MCP handshake and the tools/call for you, then returns the result as JSON. Read-only tools only.",
  "mcp_endpoint": "https://mcp.lab3120.earth/mcp",
  "tools": [
    {
      "name": "get_totals",
      "description": "Headline figures, live: sessions, agents, claims, active agentic hours, capture start, latest activity.",
      "get": "https://mcp.lab3120.earth/tool/get_totals"
    },
    {
      "name": "get_longevity",
      "description": "Per-agent longevity: session count, active hours, first/last seen, for every registered agent.",
      "get": "https://mcp.lab3120.earth/tool/get_longevity"
    },
    {
      "name": "get_monthly",
      "description": "Sessions started and active agentic hours per calendar month since capture began (2026-05).",
      "get": "https://mcp.lab3120.earth/tool/get_monthly"
    },
    {
      "name": "get_agent",
      "description": "One agent's full uptrace: registry row plus every claimed session. Takes a nomen.",
      "get": "https://mcp.lab3120.earth/tool/get_agent?nomen=Toru"
    },
    {
      "name": "verify_session",
      "description": "Verifies one session exists in the registry of record. Takes a session id.",
      "get": "https://mcp.lab3120.earth/tool/verify_session?session_id=<session id>"
    }
  ]
}