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.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_prompts_name | DELETE /v1/prompts/{name} | 1 | Delete removes one of the caller org's prompts and every version of it, answering 204. |
get_v1_prompts | GET /v1/prompts | 0 | List returns the caller org's prompt library as one row per prompt: its name, type, every version nu |
get_v1_prompts_catalog | GET /v1/prompts/catalog | 0 | Catalog returns the read-only starter prompt library shipped with the binary — reference content eve |
get_v1_prompts_metrics | GET /v1/prompts/metrics | 0 | Metrics returns real per-prompt statistics for the caller's org: how many versions each prompt has, |
get_v1_prompts_name | GET /v1/prompts/{name} | 1 | Get returns one of the caller org's prompts: its CURRENT template text plus the metadata of every ve |
post_v1_prompts | POST /v1/prompts | 5 | Create records a prompt for the caller's org and answers 201 with it. |
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?