P
presentations-ai
/check_job_status
check job status
Poll for the result of an async presentation job. Returns current status and, when complete, the presentation details.
liveunknown~5s typical
mcppresentations-ai
$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-ai-presentations-presentations-ai /check_job_status for me.
Input
| Field | Type | Description |
|---|---|---|
| jobId* | string | The job ID returned from an async operation (callback_url or immediatePollUrl flow). |
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-ai-presentations-presentations-ai","endpoint":"/check_job_status","input":{"jobId":"..."}}'cli
npx cracked-ai run -p mcp-ai-presentations-presentations-ai -e /check_job_status -i '{"jobId":"..."}'mcp
run_tool({ provider: "mcp-ai-presentations-presentations-ai", endpoint: "/check_job_status", input: {"jobId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.