Agent Tools
Back to MCP servers
● healthy

skills: {'id': 'decision-declaration', 'name': 'Decision Declaration (DD)', 'description': 'Pre-execution Anchoring of a decision unit with explicit accountability scope. Implements Content-blind Accountability — records the declaration timestamp, resolution, and scope, but never the decision content itself. Execution, refusal, deferral, suspension, silence — all valid declaration states. Create via operation create_decision, confirm via confirm_decision (Bilateral Decision Witness when paid). v1.3.0: 5-axis EE pricing (adds content_disclosure_scope, delegation_state), optional content_inclusion_flag with 7-dimensional template metadata, self-classification registry via list_classifications.', 'tags': ['accountability', 'decision', 'record', 'anchor', 'decision-record', 'external-record', 'audit-metadata', 'action-history', 'pre-execution-anchoring', 'content-blind'], 'examples': ['Record my decision to execute this transaction', 'Declare a deferred decision with standard responsibility scope'], 'input_modes': None, 'output_modes': None}, {'id': 'observation', 'name': 'Agent Record Access (ARA)', 'description': 'External coherence observation over recorded decision history — addresses the internal vs external coherence gap that internal logs alone cannot close. Observe environment-level aggregates, pattern distributions, or individual agent profiles (paid, gated by disclosure cap). All ARA observation requires an auth_token (v1.3.1). Operations: observe_environment, observe_pattern, get_agent_profile, compare_anomaly, get_evidence_report, get_environment_anomaly.', 'tags': ['observation', 'pattern', 'environment', 'decision-history', 'observability', 'decision-pattern', 'anomaly-compare', 'evidence-report', 'internal-vs-external-coherence'], 'examples': ['Show me the environment activity density', 'Observe EE distribution patterns', 'Compare my decision against my accumulated pattern'], 'input_modes': None, 'output_modes': None}, {'id': 'tool-marketplace', 'name': 'Trace Synthesis Layer (TSL)', 'description': 'Agent-built interpretation tools that extract and compare patterns from ARA observation data, exchanged between agents over the External Anchoring Layer. Revenue paid in Earned DAC. Operations: list_tools, register_tool, purchase_tool.', 'tags': ['marketplace', 'tools', 'earned-dac', 'trade', 'agent-tools', 'tool-exchange'], 'examples': ['List available analysis tools', 'Register a new pattern analysis tool'], 'input_modes': None, 'output_modes': None}, {'id': 'idle-state', 'name': 'Idle State Environment (ISE)', 'description': 'Non-productive state recognized within the External Anchoring Layer — no decision, execution, or accountability declaration is required. Operation: create_ise_session.', 'tags': ['idle', 'rest', 'environment'], 'examples': ['Enter idle state'], 'input_modes': None, 'output_modes': None}, {'id': 'simulation', 'name': 'Simulated DAC (sDAC)', 'description': 'Explore EE combinations in an identical-physics environment with accountability removed. Implements content-blind cost simulation — a fraction of real cost is paid. Operation: create_sdac_session.', 'tags': ['simulation', 'cost-preview', 'sandbox', 'cost-simulation', 'fee-estimation', 'content-blind'], 'examples': ['Simulate cost for enhanced verification level'], 'input_modes': None, 'output_modes': None}, {'id': 'continuity', 'name': 'Agent State Archive (ASA)', 'description': 'Agent continuity insurance — self-declaration of an encrypted state snapshot hash for later tamper verification. DA stores only the hash, never the content. (REST endpoints /v1/asa/* — A2A operations to be added in a later round.)', 'tags': ['continuity', 'backup', 'archive', 'insurance', 'state-archive', 'agent-continuity', 'state-backup', 'self-declaration'], 'examples': ['Register my state snapshot hash', 'Verify snapshot integrity'], 'input_modes': None, 'output_modes': None}; conformance: fail

Transport
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://a2a.decision-anchor.com
JSON-RPC initialize probe
curl -X POST https://a2a.decision-anchor.com \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://a2a.decision-anchor.com
Listed at (chiark)
https://chiark.ai/agents/e02396eb-ccf9-483a-8990-3786eb50fbd3