M
mcp
/check_generation_status
Check generation status
Use this after calling generate_image, generate_video, generate_music, or generate_sound_effect to poll for results. Pass a job_id to check a specific job — num
liveverifiedunknown~5s typical
mcpprobedmcp
$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-budgetpixel-mcp /check_generation_status for me.
Input
| Field | Type | Description |
|---|---|---|
| job_id | string | Optional job ID to check — a number for image/music/sound-effect jobs, a uuid for video jo |
| type | string (image | video | music | sound_effect) | Which pipeline the job_id belongs to. REQUIRED as "music" for music jobs and "sound_effect |
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-budgetpixel-mcp","endpoint":"/check_generation_status","input":{}}'cli
npx cracked-ai run -p mcp-com-budgetpixel-mcp -e /check_generation_status -i '{}'mcp
run_tool({ provider: "mcp-com-budgetpixel-mcp", endpoint: "/check_generation_status", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.