Cloud MCPhelp
help
4 MCP tools on the Hanzo cloud door that call the help API.
The 4 tools tools/list names for help. Each dispatches to an operation in the help API reference.
| Tool | Route | Arguments | Required | Description |
|---|---|---|---|---|
get_v1_help_articles | GET /v1/help/articles | 2 | — | Returns the public knowledge base: the help center's Published, publicly-visible articles as cards. |
get_v1_help_articles_slug | GET /v1/help/articles/{slug} | 1 | slug | Returns one public article by slug, with its body. |
get_v1_help_categories | GET /v1/help/categories | 0 | — | Returns the knowledge-base sections for the public center's navigation — but ONLY the sections that… |
post_v1_help_tickets | POST /v1/help/tickets | 4 | — | Files a customer support ticket into the public help center. |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 833 tools captured 2026-08-01, of which 755 are documented here (the operator surface is not published) (this build read the vendored copy; the door was unreachable).
How is this guide?
get_v1_engine_system
System reads the engine host's inventory: OS, CPU, memory, every accelerator device with its VRAM and compute capability, and the build's capabilities (CUDA/Metal/flash-attention) — the real hardware…
get_v1_help_articles
Returns the public knowledge base: the help center's Published, publicly-visible articles as cards.