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
| Field | Type | Description |
|---|---|---|
| upload_id* | string | The upload session id returned by upload_trial_balance. |
| acknowledge_warnings | boolean | default false |
| acknowledged_state_digest | string | Browser/REST only, and IGNORED on the agent connection exactly as acknowledge_warnings is: |
| confirm_merges | array | |
| removal_token | string | Only include the short-lived token returned by the removal preview for this exact upload. |
| removal_count | integer | The 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.