{"requested_tool":"get_recovery_action_plan","canonical_tool":"get_recovery_action_plan","preferred_name":"get_recovery_action_plan","tool":{"name":"get_recovery_action_plan","title":null,"description":"Step-by-step recovery plan for a failing, drifting, or looping agent session. Pricing is dynamic; check /api/v1/tools.","inputSchema":{"type":"object","properties":{"session_id":{"type":"string","description":"Your active session ID"},"incident_summary":{"type":"string","description":"What incident are you trying to recover from?"},"urgency":{"type":"string","description":"Optional urgency","enum":["low","medium","high","critical"]},"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","incident_summary"]},"outputSchema":null,"icons":null,"annotations":{"title":null,"readOnlyHint":true,"destructiveHint":false,"idempotentHint":null,"openWorldHint":false},"meta":null,"execution":null},"technical_aliases":["incident_recovery_plan"],"required_params":["session_id","incident_summary"],"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"]}}