C
cobalt
/get_review
get review
Fetch a Cobalt Capture review by its share link or slug. Returns the reviewer's notes as text AND each annotated screenshot as an image, so you can see exactly
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 /get_review for me.
Input
| Field | Type | Description |
|---|---|---|
| review* | string | A Cobalt review URL (https://cobaltcapture.com/r/<slug> or /s/<slug>) or just the slug. |
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":"/get_review","input":{"review":"..."}}'cli
npx cracked-ai run -p mcp-com-cobaltcapture-cobalt -e /get_review -i '{"review":"..."}'mcp
run_tool({ provider: "mcp-com-cobaltcapture-cobalt", endpoint: "/get_review", input: {"review":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.