C
cobalt
/update_review
update review
Update a review's summary and/or title after the fact. Use this at the END of a run to land the verdict at the TOP of the review: the headline findings don't ex
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 /update_review for me.
Input
| Field | Type | Description |
|---|---|---|
| claim_token* | string | The claim_token from create_review (authorizes the write). |
| compared_to | string | Optional: if this run RE-RAN an earlier study (compare mode), the prior review's slug or U |
| review* | string | The review slug or URL from create_review. |
| summary | string | The overview shown at the top of the review — put the headline findings and outcome here. |
| title | string | Optional replacement title. |
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":"/update_review","input":{"claim_token":"...","review":"..."}}'cli
npx cracked-ai run -p mcp-com-cobaltcapture-cobalt -e /update_review -i '{"claim_token":"...","review":"..."}'mcp
run_tool({ provider: "mcp-com-cobaltcapture-cobalt", endpoint: "/update_review", input: {"claim_token":"...","review":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.