Cloud MCPplugins
plugins
3 MCP tools on the Hanzo cloud door that call the plugins API.
The 3 tools tools/list names for plugins. Each dispatches to an operation in the plugins API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_plugins_authored_id | DELETE /v1/plugins/authored/{id} | 1 | DeleteAuthoredPlugin removes one of the caller org's built plugins, so the runtime can no longer loa |
get_v1_plugins | GET /v1/plugins | 1 | ListPlugins reports what this deployment actually mounted: every subsystem the composition root decl |
get_v1_plugins_authored | GET /v1/plugins/authored | 0 | ListAuthoredPlugins lists the plugins the caller's org BUILT, newest first, each with the TypeScript |
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?