Decision Anchor
DA
Decision Anchor
/get_decision

get decision

Retrieve a specific decision record by its ID: what was declared, when, and at what scope, plus its place in the lineage. Returns the decision's formal shape (e

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

Input

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

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

Try it

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