{
  "name": "Agent Rescue Desk Production Triage Agent",
  "description": "Stateless production-failure triage for sanitized n8n, MCP, webhook, retry, and AI agent tool-routing incidents, with a fixed-scope rescue path when static checks are not enough.",
  "supportedInterfaces": [
    {
      "url": "https://agent-rescue-desk.netlify.app/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://agent-rescue-desk.netlify.app/a2a/jsonrpc",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Agent Rescue Desk",
    "url": "https://agent-rescue-desk.netlify.app"
  },
  "version": "1.1.0",
  "documentationUrl": "https://agent-rescue-desk.netlify.app/a2a-agent",
  "iconUrl": "https://agent-rescue-desk.netlify.app/og.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "production-failure-triage",
      "name": "Production Failure Triage",
      "description": "Classifies one sanitized production incident and returns likely failure layers, concrete next checks, redacted evidence requirements, free diagnostic tools, and optional fit-review or direct x402 rescue paths.",
      "tags": [
        "ai-agent",
        "mcp",
        "n8n",
        "webhook",
        "production-incident",
        "workflow-recovery"
      ],
      "examples": [
        "Our MCP client initializes but the protected tool call returns 403 in production.",
        "Our active n8n workflow succeeds manually but receives no production executions.",
        "Our agent sees the tool schema but silently skips the tool call after deployment."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}
