I
inbox-preview
/get_screenshot
get screenshot
Fetch a rendered screenshot. Returns the image URL for the given job, client, width, and environment (color scheme / images).
liveverifiedunknown~5s typical
mcpprobedinbox-preview
$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-powerline-inbox-preview /get_screenshot for me.
Input
| Field | Type | Description |
|---|---|---|
| job_id* | string | The job ID |
| client* | string (gmail | outlook | yahoo) | Client ID |
| viewport_width* | number | Viewport width of the render, matching the job (1280 when the job used client defaults) |
| color_scheme | string (light | dark) | The render's color scheme default "light" |
| images_disabled | boolean | Whether the render had images blocked default false |
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-powerline-inbox-preview","endpoint":"/get_screenshot","input":{"job_id":"...","client":"gmail","viewport_width":1,"color_scheme":"light","images_disabled":false}}'cli
npx cracked-ai run -p mcp-ai-powerline-inbox-preview -e /get_screenshot -i '{"job_id":"...","client":"gmail","viewport_width":1,"color_scheme":"light","images_disabled":false}'mcp
run_tool({ provider: "mcp-ai-powerline-inbox-preview", endpoint: "/get_screenshot", input: {"job_id":"...","client":"gmail","viewport_width":1,"color_scheme":"light","images_disabled":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.