schedule-iii
S
schedule-iii
/upload_trial_balance

Upload trial balance

Stage a Trial Balance spreadsheet (xlsx or csv, max 4 MB) for an entity by INLINING its bytes as base64. This path is ONLY for programmatic callers (a script, C

liveunknown~5s typical
mcpschedule-iii
$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-datavrn-schedule-iii /upload_trial_balance for me.

Input

FieldTypeDescription
client_id*stringThe entity (client) id — from list_clients.
file_name*stringThe file's name, e.g. 'tb-2026-03.xlsx'.
file_base64*stringThe file bytes, base64-encoded.
formatstringLeave unset — the assistant handles Trial Balances only; any other format is refused (use
sourcestringSet 'tally_file' when the file is a Tally xlsx export; omit otherwise.

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-datavrn-schedule-iii","endpoint":"/upload_trial_balance","input":{"client_id":"...","file_name":"...","file_base64":"..."}}'
cli
npx cracked-ai run -p mcp-com-datavrn-schedule-iii -e /upload_trial_balance -i '{"client_id":"...","file_name":"...","file_base64":"..."}'
mcp
run_tool({ provider: "mcp-com-datavrn-schedule-iii", endpoint: "/upload_trial_balance", input: {"client_id":"...","file_name":"...","file_base64":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.