Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- run_full — Run the month-end close agent end-to-end on a caller-provided ledger: normalize the data, build a close checklist, detect anomalies, synthesize an advisory review summary (LLM with template fallback), and return the full result JSON. Read-only; does not post entries or close the period.
- build_checklist — Deterministically build only the month-end close checklist (step + status) from a caller-provided ledger. No LLM.
- detect_anomalies — Deterministically scan a caller-provided ledger for anomalies (unbalanced entries, outlier amounts, duplicates, missing categories, period mismatches, unreconciled accounts). No LLM.
- list_capabilities — List the agent's static capabilities: available tools and the close-checklist + anomaly checks it performs.
- plan_inputs — Plan/brainstorm the inputs for a tool: returns the questions, schema and a ready-to-edit example.