cobalt
C
cobalt
/create_review

create review

Start a new Cobalt Capture review and get a handle for filling it in. Use this to compile findings from a browser-testing or QA run into one shareable, durable

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 /create_review for me.

Input

FieldTypeDescription
product_urlstringOptional URL of the product/site under review.
summarystringOptional overview shown at the top of the review (plain text or markdown). Good place for
title*stringTitle of the review, e.g. 'Onboarding walkthrough — Jupiter Invoice'.

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":"/create_review","input":{"title":"..."}}'
cli
npx cracked-ai run -p mcp-com-cobaltcapture-cobalt -e /create_review -i '{"title":"..."}'
mcp
run_tool({ provider: "mcp-com-cobaltcapture-cobalt", endpoint: "/create_review", input: {"title":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.