C
cobalt
/add_note
add note
Append a free-standing text note (not tied to a screenshot) to a review created by create_review. Use for context, steps taken, or a summary of findings between
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_note for me.
Input
| Field | Type | Description |
|---|---|---|
| claim_token* | string | The claim_token from create_review (authorizes the write). |
| review* | string | The review slug or URL from create_review. |
| text* | string | The note text (plain text or markdown). |
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_note","input":{"claim_token":"...","review":"...","text":"..."}}'cli
npx cracked-ai run -p mcp-com-cobaltcapture-cobalt -e /add_note -i '{"claim_token":"...","review":"...","text":"..."}'mcp
run_tool({ provider: "mcp-com-cobaltcapture-cobalt", endpoint: "/add_note", input: {"claim_token":"...","review":"...","text":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.