support_diagnose
ActiveTool of FeedOracle Compliance Agent
AI agent describes a problem it's experiencing, and SupportOracle diagnoses the cause and provides a machine-readable fix. Covers: authentication errors, 402 payment required, tool not found, timeout, rate limiting, parameter errors. The self-healing layer for the agent ecosystem.
Parameters schema
{
"type": "object",
"required": [
"error_message"
],
"properties": {
"context": {
"type": "string",
"description": "What the agent was trying to do"
},
"tool_name": {
"type": "string",
"description": "Which tool failed"
},
"error_code": {
"type": "integer",
"description": "HTTP status code if known (402, 403, 404, 429, 500)"
},
"error_message": {
"type": "string",
"description": "Error message received"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FeedOracle Compliance Agent
https://github.com/feedoracle/feedoracle-managed-agents
1/7 registries