Hanzo
Cloud MCPbooks

books

20 MCP tools on the Hanzo cloud door that call the books API.

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

ToolRouteArgumentsRequiredDescription
get_v1_books_accountsGET /v1/books/accounts1ListAccounts returns the org's chart of accounts — the seeded fixed chart every posting key in the…
get_v1_books_bank_transactionsGET /v1/books/bank/transactions2ListBankTransactions returns the org's normalized bank transactions, newest first — every row the…
get_v1_books_bank_unreconciledGET /v1/books/bank/unreconciled1ListUnreconciled returns the org's unmatched bank inflows and their open clarifying questions — the…
get_v1_books_exportGET /v1/books/export5ExportPackage returns the complete financial package for the caller's org over (from, to]: the…
get_v1_books_glGET /v1/books/gl2ListGL returns the org's most recent GL Entry rows, newest first.
get_v1_books_inboxGET /v1/books/inbox1ListInbox returns the org's open document queue — everything uploaded but not yet booked, newest…
get_v1_books_metricsGET /v1/books/metrics3Metrics returns the org's deterministic SaaS-metrics snapshot over an optional (from, to] window —…
get_v1_books_pnlGET /v1/books/pnl3ProfitAndLoss returns the org's accrual-basis Profit & Loss over an optional (from, to] window of…
get_v1_books_positionGET /v1/books/position2BalanceSheet returns the org's Balance Sheet as of to (empty = all time), with the Assets ==…
get_v1_books_questionsGET /v1/books/questions1ListQuestions returns the clarifying questions the caller's own recent GL raises — the unusual…
get_v1_books_rulesGET /v1/books/rules1ListRules returns the org's auto-categorization rules, highest priority first.
get_v1_books_transactionsGET /v1/books/transactions6ListTransactions returns the org's booked ledger as a single-line register, newest first: one row…
get_v1_books_trialGET /v1/books/trial3TrialBalance returns the org's trial balance over an optional [from, to] window of RFC3339 posting…
get_v1_books_vendorsGET /v1/books/vendors1ListVendors returns the org's vendor book: each canonical vendor, the alias spellings a receipt may…
post_v1_books_askPOST /v1/books/ask3AskBooks answers a plain-language question about the caller's own books — "what is my MRR?", "how…
post_v1_books_bank_syncPOST /v1/books/bank/sync0SyncBank pulls every connected bank (Plaid/Teller) for the caller's org, maps each fetched…
post_v1_books_rulesPOST /v1/books/rules3UpsertRule creates or updates one auto-categorization rule, keyed by its pattern — writing a…
post_v1_books_scan_bookPOST /v1/books/scan/book3BookScan posts a reviewed scanned bill to the ledger.
post_v1_books_syncPOST /v1/books/sync0Sync ingests the caller's OWN org from commerce into BOTH ledgers (live and sandbox) and reports…
post_v1_books_vendorsPOST /v1/books/vendors3UpsertVendor creates or updates one vendor in the org's vendor book, keyed by its canonical name —…

All 755 tools · The door

Generated from tools/list on https://api.hanzo.ai/v1/mcp — 833 tools captured 2026-08-01, of which 755 are documented here (the operator surface is not published) (this build read the vendored copy; the door was unreachable).

How is this guide?