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 | 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 | 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 — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).
How is this guide?