schedule-iii
S
schedule-iii
/ingest_upload

Ingest upload into the books

Commit a validated upload into the entity’s books. This is a TWO-CALL approval: if the upload has any warnings, or would permanently delete existing trial-balan

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 /ingest_upload for me.

Input

FieldTypeDescription
upload_id*stringThe upload session id returned by upload_trial_balance.
acknowledge_warningsboolean default false
acknowledged_state_digeststringBrowser/REST only, and IGNORED on the agent connection exactly as acknowledge_warnings is:
confirm_mergesarray
removal_tokenstringOnly include the short-lived token returned by the removal preview for this exact upload.
removal_countintegerThe exact removal count returned by the removal preview.

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

Try it

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