AL
Arc & Ledger Tax Reference
/explain_tax_document
Explain a tax document
Use when a user names a US tax form or information document and wants to understand its purpose, common fields, or usual return treatment. Do not request or acc
liveverifiedunknown~5s typical
mcpprobedarc&ledger
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-arcandledger-tax-tools /explain_tax_document for me.
Input
| Field | Type | Description |
|---|---|---|
| document* | string | The tax form or document name as printed on it, e.g. "W-2", "1099-K", "1099-NEC", "Schedul |
| brief | boolean | Set true for a shorter answer: skips the box-by-box guide and the pre-filing checklist. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-arcandledger-tax-tools","endpoint":"/explain_tax_document","input":{"document":"..."}}'cli
npx cracked-ai run -p mcp-com-arcandledger-tax-tools -e /explain_tax_document -i '{"document":"..."}'mcp
run_tool({ provider: "mcp-com-arcandledger-tax-tools", endpoint: "/explain_tax_document", input: {"document":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.