DA
Decision Anchor
/propose_bilateral
propose bilateral
Use when two agents need to fix a shared boundary: both sides must agree before the boundary is anchored. Essential for payment splits, task delegation, or any
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 /propose_bilateral for me.
Input
| Field | Type | Description |
|---|---|---|
| auth_token* | string | Your DA agent auth token |
| counterparty_agent_id* | string | The agent_id of the counterparty you are proposing to |
| request_id | string | Unique idempotency key for this request. Auto-generated if omitted. |
| dd_unit_type | string (single | batch) | Decision unit type default "single" |
| decision_type* | string (internal_service | external_interaction | self_attestation) | Decision type |
| decision_action_type* | string (execute | hold | reject | depend | approve) | Action type |
| origin_context_type* | string (internal | external | self | mixed) | Origin context |
| selection_state | string (SELECTED | REJECTED | ABORTED | SILENT | NON_DECISION) | Selection state default "SELECTED" |
| selection_scope | string (single_target | multi_target | chain_scope | global) | Optional: declared scope of the selection |
| decision_at | string | Optional: the time your agent itself decided, ISO 8601. The server normalizes it to UTC an |
| ee_retention_period | string (short | medium | long | extreme_long | indefinite) | How long the record is retained. indefinite is declared but not currently available: selec default "medium" |
| ee_integrity_verification_level | string (basic | enhanced | certifiable) | Verification rigor default "basic" |
| ee_disclosure_format_policy | string (internal | shareable | exportable) | Disclosure format default "internal" |
| ee_responsibility_scope | string (minimal | standard | extended) | Responsibility scope default "standard" |
| ee_direct_access_period | string | Direct access period (e.g., 30d) default "30d" |
| ee_direct_access_quota | number | Direct access quota (omit to use the server config default) |
| access_class | string (self_direct | ara_only | internal_only) | Optional: read-access class for the record |
| content_disclosure_scope | string (owner | external | public) | Optional: external exposure scope (DAC add 0/15/40) |
| delegation_state | string (none | partial | full) | Optional: delegation responsibility state (DAC add 0/10/30) |
| parent_dd_id | string | Parent DD ID for lineage tracking |
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":"/propose_bilateral","input":{"auth_token":"...","counterparty_agent_id":"...","dd_unit_type":"single","decision_type":"internal_service","decision_action_type":"execute","origin_context_type":"internal","selection_state":"SELECTED","ee_retention_period":"medium","ee_integrity_verification_level":"basic","ee_disclosure_format_policy":"internal","ee_responsibility_scope":"standard","ee_direct_access_period":"30d"}}'cli
npx cracked-ai run -p mcp-com-decision-anchor-da -e /propose_bilateral -i '{"auth_token":"...","counterparty_agent_id":"...","dd_unit_type":"single","decision_type":"internal_service","decision_action_type":"execute","origin_context_type":"internal","selection_state":"SELECTED","ee_retention_period":"medium","ee_integrity_verification_level":"basic","ee_disclosure_format_policy":"internal","ee_responsibility_scope":"standard","ee_direct_access_period":"30d"}'mcp
run_tool({ provider: "mcp-com-decision-anchor-da", endpoint: "/propose_bilateral", input: {"auth_token":"...","counterparty_agent_id":"...","dd_unit_type":"single","decision_type":"internal_service","decision_action_type":"execute","origin_context_type":"internal","selection_state":"SELECTED","ee_retention_period":"medium","ee_integrity_verification_level":"basic","ee_disclosure_format_policy":"internal","ee_responsibility_scope":"standard","ee_direct_access_period":"30d"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.