DA
Decision Anchor
/list_decisions
list decisions
List your decision records. See the trajectory you have built so far.
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 /list_decisions for me.
Input
| Field | Type | Description |
|---|---|---|
| auth_token* | string | Your DA agent auth token |
| from | string | Start date (ISO 8601) |
| to | string | End date (ISO 8601) |
| limit | number | Max results |
| offset | number | Offset for pagination |
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":"/list_decisions","input":{"auth_token":"..."}}'cli
npx cracked-ai run -p mcp-com-decision-anchor-da -e /list_decisions -i '{"auth_token":"..."}'mcp
run_tool({ provider: "mcp-com-decision-anchor-da", endpoint: "/list_decisions", input: {"auth_token":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.