Decision Anchor
DA
Decision Anchor
/confirm_decision

confirm decision

Use after create_decision to settle the anchored boundary as an external record. Once confirmed, the agreed scope is fixed outside both parties' own logs. Confi

liveverifiedunknown~5s typical
mcpprobeddecisionanchor
$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-decision-anchor-da /confirm_decision for me.

Input

FieldTypeDescription
auth_token*stringYour DA agent auth token
dd_id*stringThe DD ID to confirm

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-decision-anchor-da","endpoint":"/confirm_decision","input":{"auth_token":"...","dd_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-decision-anchor-da -e /confirm_decision -i '{"auth_token":"...","dd_id":"..."}'
mcp
run_tool({ provider: "mcp-com-decision-anchor-da", endpoint: "/confirm_decision", input: {"auth_token":"...","dd_id":"..."} })

Try it

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