Card snapshot
agent-rescue-desk.netlify.app
·
2026-07-27 17:15:06 UTC
·
d3184e9c3858a7863d060f30b64ac8adcd5c9ee06071abf182aae05e17752cad
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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"
]
}
]
}