M
mcp-server
/get_status
Get spec or job status
Poll the status of either a data spec's own process (schema inference + code generation, run by start-analysis — pass specId, reaches "ready" or "failed") or a
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 /get_status for me.
Input
| Field | Type | Description |
|---|---|---|
| workspaceId | string | Workspace to act on. Defaults to your only workspace if you have exactly one. |
| specId | string | Poll a data spec's analysis status. Pass exactly one of specId or jobId. |
| jobId | string | Poll a data-load job's status. Pass exactly one of specId or jobId. |
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":"/get_status","input":{}}'cli
npx cracked-ai run -p mcp-com-dpf-it-mcp-server -e /get_status -i '{}'mcp
run_tool({ provider: "mcp-com-dpf-it-mcp-server", endpoint: "/get_status", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.