Cloud MCPguide
guide
13 MCP tools on the Hanzo cloud door that call the guide API.
The 13 tools tools/list names for guide. Each dispatches to an operation in the guide API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_guide_curriculum | DELETE /v1/guide/curriculum | 0 | DeleteCurriculum clears the caller org's curriculum override and returns the journey it falls back t |
get_v1_guide | GET /v1/guide | 0 | Overview returns the caller org's launch journey: the active curriculum's version and title, every s |
get_v1_guide_actions | GET /v1/guide/actions | 0 | ListActions returns the caller org's Business AI action ledger, most recent first: every "do it for |
get_v1_guide_analytics | GET /v1/guide/analytics | 0 | Analytics returns the caller org's funnel from the analytics lens plus the GTM recommendations deriv |
get_v1_guide_blueprint | GET /v1/guide/blueprint | 0 | GetBlueprint returns the FULL authored brand blueprint — every principle, section, step, strategy an |
get_v1_guide_blueprint_versions | GET /v1/guide/blueprint/versions | 0 | ListBlueprintVersions returns the brand blueprint's version history — every stored version's number |
get_v1_guide_curriculum | GET /v1/guide/curriculum | 0 | GetCurriculum returns the journey the caller's org is actually running, and whether it comes from th |
get_v1_guide_profile | GET /v1/guide/profile | 0 | Profile returns the caller org's OBSERVED growth profile — the signal set, the classified growth sta |
get_v1_guide_strategies | GET /v1/guide/strategies | 3 | Strategies returns the ENABLED tactics corpus for the caller's org: the tactics library narrowed by |
get_v1_guide_suggest | GET /v1/guide/suggest | 0 | Suggest returns the caller org's next-best quests: the available, non-terminal steps of its journey |
post_v1_guide_chat | POST /v1/guide/chat | 1 | Chat answers a founder's question about their launch journey as the Business AI coach: it grounds th |
post_v1_guide_steps_id_reset | POST /v1/guide/steps/{id}/reset | 1 | ResetStep returns one step of the caller org's journey to todo — clearing a manual mark or a skip — |
post_v1_guide_steps_id_skip | POST /v1/guide/steps/{id}/skip | 1 | SkipStep marks one step of the caller org's journey skipped and returns the refreshed journey. |
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?