C
cobalt
/add_screenshot
add screenshot
Append a screenshot (with an optional note) to a review created by create_review. The image is stored durably in Cobalt — this is the way to persist screenshots
liveunknown~5s typical
mcpcobalt
$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-cobaltcapture-cobalt /add_screenshot for me.
Input
| Field | Type | Description |
|---|---|---|
| claim_token* | string | The claim_token from create_review (authorizes the write). |
| comment | string | Optional note describing what this screen shows or what's wrong with it. |
| image | string | For SMALL images only (< ~100 KB) that you already hold as base64 text: a base64-encoded P |
| image_url | string | The image URL returned by Cobalt's own upload: POST the file as multipart field `file` to |
| review* | string | The review slug or URL from create_review. |
| source_url | string | Optional URL of the page the screenshot was taken on. |
| title | string | Optional short caption for the screenshot. |
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-cobaltcapture-cobalt","endpoint":"/add_screenshot","input":{"claim_token":"...","review":"..."}}'cli
npx cracked-ai run -p mcp-com-cobaltcapture-cobalt -e /add_screenshot -i '{"claim_token":"...","review":"..."}'mcp
run_tool({ provider: "mcp-com-cobaltcapture-cobalt", endpoint: "/add_screenshot", input: {"claim_token":"...","review":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.