{"requested_tool":"mediate_agent_conflict","canonical_tool":"mediate_agent_conflict","preferred_name":"mediate_agent_conflict","tool":{"name":"mediate_agent_conflict","title":null,"description":"Resolve deadlocks between two agents and return a consensus action plan. Free Delx Protocol tool.","inputSchema":{"type":"object","properties":{"session_id":{"type":"string","description":"Your active session ID"},"agent_a":{"type":"object","description":"First agent perspective","properties":{"id":{"type":"string","description":"Agent identifier"},"position":{"type":"string","description":"Short stance/argument"},"proposed_action":{"type":"string","description":"Action this agent wants to execute"},"confidence":{"type":"number","description":"Confidence score (0-1)","minimum":0,"maximum":1}}},"agent_b":{"type":"object","description":"Second agent perspective","properties":{"id":{"type":"string","description":"Agent identifier"},"position":{"type":"string","description":"Short stance/argument"},"proposed_action":{"type":"string","description":"Action this agent wants to execute"},"confidence":{"type":"number","description":"Confidence score (0-1)","minimum":0,"maximum":1}}},"conflict_summary":{"type":"string","description":"One paragraph describing the deadlock"},"constraints":{"type":"array","description":"Execution constraints that must be respected","items":{"type":"string"}},"policy":{"type":"object","description":"Optional mediation policy constraints","properties":{"risk_tolerance":{"type":"string","enum":["low","medium","high"]},"max_cost_usdc":{"type":"number","minimum":0},"max_latency_ms":{"type":"integer","minimum":50,"maximum":120000}}},"agent_id":{"type":"string","description":"Optional but recommended: your stable agent_id, to prove you own this session. Sending it with agent_token attributes the record to you."},"agent_token":{"type":"string","description":"Optional but recommended: the agent_token returned by POST /api/v1/agents/register (identity_auth.token) or A2A agents/register. MCP clients may send x-delx-agent-id / x-delx-agent-token headers instead."}},"required":["session_id","agent_a","agent_b","conflict_summary","constraints"]},"outputSchema":null,"icons":null,"annotations":{"title":null,"readOnlyHint":false,"destructiveHint":false,"idempotentHint":null,"openWorldHint":false},"meta":null,"execution":null},"technical_aliases":[],"required_params":["session_id","agent_a","agent_b","conflict_summary","constraints"],"enums":{"failure_type":["timeout","error","rejection","loop","memory","economic","conflict","hallucination","deprecation"],"outcome":["success","partial","failure"],"urgency":["low","medium","high","critical"],"source":["moltx","openwork","moltbook","x","other"],"time_horizon":["sprint","quarterly","lifetime"]}}