Hanzo
Cloud MCPlegal

legal

10 MCP tools on the Hanzo cloud door that call the legal API.

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

ToolRouteArgumentsDescription
get_v1_legal_documentsGET /v1/legal/documents1ListLegalDocuments returns the org's generated documents, newest first, WITHOUT their rendered conte
get_v1_legal_documents_idGET /v1/legal/documents/{id}1GetLegalDocument returns one of the org's documents WITH its rendered body.
get_v1_legal_filingsGET /v1/legal/filings1ListLegalFilings returns the org's filing records, newest first — which documents were filed where,
get_v1_legal_healthGET /v1/legal/health0LegalHealth reports that the legal subsystem is serving and how many built-in templates its catalog
get_v1_legal_templatesGET /v1/legal/templates0ListLegalTemplates returns the org's effective template catalog: every built-in template, with any t
get_v1_legal_templates_idGET /v1/legal/templates/{id}1GetLegalTemplate returns one template resolved for the caller's org — the org's own override if it h
post_v1_legal_documentsPOST /v1/legal/documents2GenerateLegalDocument renders a document from a template and the caller's own merge data, seals it i
post_v1_legal_documents_id_signPOST /v1/legal/documents/{id}/sign2RequestLegalSignature opens an e-signature request over one document and moves it to out_for_signatu
post_v1_legal_filingsPOST /v1/legal/filings2CreateLegalFiling records a filing of one or more of the org's documents with a state or agency, and
put_v1_legal_templates_idPUT /v1/legal/templates/{id}6SaveLegalTemplateOverride saves the org's own version of a template — a custom NDA, a house MSA — an

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?