cobalt
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

FieldTypeDescription
claim_token*stringThe claim_token from create_review (authorizes the write).
commentstringOptional note describing what this screen shows or what's wrong with it.
imagestringFor SMALL images only (< ~100 KB) that you already hold as base64 text: a base64-encoded P
image_urlstringThe image URL returned by Cobalt's own upload: POST the file as multipart field `file` to
review*stringThe review slug or URL from create_review.
source_urlstringOptional URL of the page the screenshot was taken on.
titlestringOptional 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.