Hanzo
Cloud MCPframework

framework

17 MCP tools on the Hanzo cloud door that call the framework API.

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

ToolRouteArgumentsDescription
delete_v1_framework_doctype_nameDELETE /v1/framework/{doctype}/{name}2Removes one document, after its on_trash hooks agree.
delete_v1_framework_doctypes_nameDELETE /v1/framework/doctypes/{name}1Removes a DocType and every document stored under it.
delete_v1_framework_roles_user_roleDELETE /v1/framework/roles/{user}/{role}2Removes one (user, role) grant in the caller's org. Manager-only.
get_v1_framework_doctypeGET /v1/framework/{doctype}5Returns the caller org's documents of one DocType, filtered, ordered and projected by the query.
get_v1_framework_doctype_nameGET /v1/framework/{doctype}/{name}2Returns one document by name, with Password fields redacted.
get_v1_framework_doctypesGET /v1/framework/doctypes0Returns every DocType defined in the caller's org.
get_v1_framework_doctypes_nameGET /v1/framework/doctypes/{name}1Returns one DocType definition — its fields, naming rule, permissions and lifecycle flags.
get_v1_framework_modulesGET /v1/framework/modules0Returns every app lane compiled into this deployment and the DocTypes each one installs.
get_v1_framework_modules_moduleGET /v1/framework/modules/{module}1Returns one app lane's install state for the caller's org: the DocTypes the lane declares, and which
get_v1_framework_rolesGET /v1/framework/roles0Returns every (user, role) assignment in the caller's org.
get_v1_framework_summaryGET /v1/framework/summary0Reports how much of the DocType surface the caller's org uses: how many DocTypes it has defined, and
post_v1_framework_doctype_name_cancelPOST /v1/framework/{doctype}/{name}/cancel2Moves a submitted document to cancelled (docstatus 1 → 2) after its on_cancel hooks agree.
post_v1_framework_doctype_name_submitPOST /v1/framework/{doctype}/{name}/submit2Moves a draft to submitted (docstatus 0 → 1) after its on_submit hooks agree.
post_v1_framework_doctypesPOST /v1/framework/doctypes10Defines a DocType in the caller's org: the metadata that gives a document surface its fields, its na
post_v1_framework_modules_module_installPOST /v1/framework/modules/{module}/install1Creates an app lane's DocTypes in the caller's org.
post_v1_framework_rolesPOST /v1/framework/roles2Grants one user one role in the caller's org — how a member gains rights on a DocType, since permiss
put_v1_framework_doctypes_namePUT /v1/framework/doctypes/{name}10Replaces a DocType definition wholesale (PUT semantics): the stored definition becomes the body.

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?