M
mcp
/get_generation_history
Get Generation History
Get the user's recent generation history from BudgetPixel — images by default, or pass type "video", "music", or "sound_effect". Returns prompts, models, status
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 /get_generation_history for me.
Input
| Field | Type | Description |
|---|---|---|
| type | string (image | video | music | sound_effect) | Which history to fetch: image (default), video, music, or sound_effect. |
| limit | integer | Number of recent generations to return (1-50, default 10) |
| offset | integer | Offset for pagination (default 0) |
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":"/get_generation_history","input":{}}'cli
npx cracked-ai run -p mcp-com-budgetpixel-mcp -e /get_generation_history -i '{}'mcp
run_tool({ provider: "mcp-com-budgetpixel-mcp", endpoint: "/get_generation_history", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.