M
mcp-server
/run_data_job
Run a data processing job, step 1: create job and get upload URL(s)
First step of processing new data files through an already-configured data spec: creates a job and returns presigned upload URL(s) for each file. Upload the fil
liveunknown~5s typical
mcpmcp-server
$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-dpf-it-mcp-server /run_data_job for me.
Input
| Field | Type | Description |
|---|---|---|
| workspaceId | string | Workspace to act on. Defaults to your only workspace if you have exactly one. |
| specName* | string | Name of the already-configured data spec to process files through. |
| fileNames* | array | File names of the data files to process (e.g. ["jan.csv", "feb.csv"]) |
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-dpf-it-mcp-server","endpoint":"/run_data_job","input":{"specName":"...","fileNames":[]}}'cli
npx cracked-ai run -p mcp-com-dpf-it-mcp-server -e /run_data_job -i '{"specName":"...","fileNames":[]}'mcp
run_tool({ provider: "mcp-com-dpf-it-mcp-server", endpoint: "/run_data_job", input: {"specName":"...","fileNames":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.