Hanzo
Cloud MCPprompts

prompts

6 MCP tools on the Hanzo cloud door that call the prompts API.

The 6 tools tools/list names for prompts. Each dispatches to an operation in the prompts API reference.

ToolRouteArgumentsDescription
delete_v1_prompts_nameDELETE /v1/prompts/{name}1Delete removes one of the caller org's prompts and every version of it, answering 204.
get_v1_promptsGET /v1/prompts0List returns the caller org's prompt library as one row per prompt: its name, type, every version nu
get_v1_prompts_catalogGET /v1/prompts/catalog0Catalog returns the read-only starter prompt library shipped with the binary — reference content eve
get_v1_prompts_metricsGET /v1/prompts/metrics0Metrics returns real per-prompt statistics for the caller's org: how many versions each prompt has,
get_v1_prompts_nameGET /v1/prompts/{name}1Get returns one of the caller org's prompts: its CURRENT template text plus the metadata of every ve
post_v1_promptsPOST /v1/prompts5Create records a prompt for the caller's org and answers 201 with it.

All 834 tools · The door

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?