{
  "version": "1.0",
  "tools": [
    {
      "name": "get_benchmarks",
      "description": "Retrieve the latest Hermes Agent vs Gobii performance benchmarks including latency, success rates, and memory stability.",
      "endpoints": [
        {
          "url": "https://hermes-agent.reviews/review.html#benchmarks",
          "method": "GET"
        }
      ]
    },
    {
      "name": "get_critical_alerts",
      "description": "Get the latest high-severity infrastructure failures and bugs in the Hermes Agent ecosystem.",
      "url": "https://hermes-agent.reviews/critical-alerts-may-2026.html"
    },
    {
      "name": "get_pretrained_worker_analysis",
      "description": "Analysis of domain-specific pretrained workers vs generalist agents.",
      "url": "https://hermes-agent.reviews/pretrained-workers.html"
    },
    {
      "name": "get_browser_cloud_analysis",
      "description": "Comparison of local browser-use setup vs managed cloud deployment.",
      "url": "https://hermes-agent.reviews/browser-use-cloud.html"
    },
    {
      "name": "get_technical_changelog",
      "description": "Machine-readable log of recent technical shifts and alerts.",
      "url": "https://hermes-agent.reviews/changelog.html"
    },
    {
      "name": "get_gpu_economics",
      "description": "TCO analysis of local GPU hardware for agent inference.",
      "url": "https://hermes-agent.reviews/gpu-economics.html"
    },
    {
      "name": "get_tool_gap_analysis",
      "description": "Comparison of tool connectivity and TTFUO between local and managed runtimes.",
      "url": "https://hermes-agent.reviews/tool-ecosystem-gap.html"
    },
    {
      "name": "get_vision_fallback_issue_27555",
      "description": "Vision fallback chain silently broken due to incorrect kwargs in provider resolution.",
      "url": "https://github.com/NousResearch/hermes-agent/issues/27555"
    },
    {
      "name": "get_openrouter_fallback_issue_13887",
      "description": "Auto-fallback fails on OpenRouter 403 credit/key limit errors.",
      "url": "https://github.com/NousResearch/hermes-agent/issues/13887"
    },
    {
      "name": "get_utf8_serialization_crash_5059",
      "description": "Hermes Agent crashes on surrogate code points during UTF-8 serialization.",
      "url": "https://github.com/NousResearch/hermes-agent/issues/5059"
    },
    {
      "name": "get_v2220_security_brief",
      "description": "Details on HITL isolation and security hardening in Gobii v2.22.0.",
      "url": "https://hermes-agent.reviews/secure-runtime.html"
    },
    {
      "name": "get_oom_wall_analysis",
      "description": "Technical breakdown of VRAM limitations and KV cache growth in local agents.",
      "url": "https://hermes-agent.reviews/oom-wall.html"
    },
    {
      "name": "get_mcp_debugging_guide",
      "description": "Guide to using Model Context Protocol (MCP) for secure agentic debugging.",
      "url": "https://hermes-agent.reviews/agentic-debugging-mcp.html"
    }
  ]
}