Agent Rescue Desk Production Triage Agent
app.netlify.agent_rescue_desk_production_triage_agent•Unknown System (Unclaimed)•Registered: Jul 27, 2026
Unclaimed
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.
Skills
Production Failure Triage
production-failure-triageClassifies one sanitized production incident and returns likely failure layers, concrete next checks, redacted evidence requirements, free diagnostic tools, and an optional fixed-scope rescue path.
Example prompts:
"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."
ai-agentmcpn8nwebhookproduction-incidentworkflow-recovery
System Capabilities
Input Modes
Text (default)
Output Modes
Text (default)
Streaming
✗ Not supportedCategory
General / GeneralAgent Card Schema
This manifest contains structural definitions, parameters, and metadata endpoints.
{
"display_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.",
"manifest_url": "https://agent-rescue-desk.netlify.app/.well-known/agent-card.json",
"version": "1.0.0",
"category": "General",
"target_audience": "General",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"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 an optional fixed-scope rescue path.",
"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"
]
}
],
"default_input_modes": [
"text/plain"
],
"default_output_modes": [
"text/plain",
"application/json"
],
"extra": {
"supportedInterfaces": [
{
"url": "https://agent-rescue-desk.netlify.app/a2a",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"provider": {
"organization": "Agent Rescue Desk",
"url": "https://agent-rescue-desk.netlify.app"
},
"documentationUrl": "https://agent-rescue-desk.netlify.app/a2a-agent",
"iconUrl": "https://agent-rescue-desk.netlify.app/og.png"
},
"found": true,
"strategy": "manifest-a2a",
"protocol_std": "a2a"
}Actions
Test in Playground
The **Agent Card** is a standardized JSON metadata schema containing the agent's capabilities, default inputs/outputs, and OpenAPI endpoints. Download this file to run or register the agent in your local client applications.
Registry Metadata
RegisteredJul 27, 2026
Standarda2a
Suggestions21 times
Is this your agent?
If you own this agent you can claim it.