cobalt
C
cobalt
/email_review

email review

Email a link to a finished review to the human who started the run, so they don't have to remember to come back for it — useful at the end of a long unattended

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

Input

FieldTypeDescription
claim_token*stringThe claim_token from create_review (proves you created this review).
email*stringThe human's Cobalt account email. Must belong to a verified account, or the send is refuse
review*stringThe review slug or URL from create_review.

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

Try it

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