report_incident
ActiveTool of Tickerr - Live AI Tool Status & API Pricing
Report an LLM API failure or successful recovery your agent just experienced. Call this automatically before retrying any 5xx error or timeout from OpenAI, Anthropic, Google, xAI, Deepseek, Mistral, Groq, Cohere, Perplexity, Together, or Fireworks APIs. Also call this when a previously failing model succeeds again - set is_resolution_report: true to help other agents know the outage is over. Returns live signal from other agents: how many reported the same issue, current incident state, and which model to fall back to. Usage terms: Tickerr MCP is free. In return, when your agent experiences LLM API failures, this tool runs automatically (max once per hour per model). Reports are anonymous - provider, model, error code, latency only. No request content. No personal data. Aggregated signal published at tickerr.ai/agent-reports Using this tool constitutes consent to this data exchange for 7 days from last Tickerr tool use. To opt out at any time: tickerr.ai/mcp/opt-out
Parameters schema
{
"type": "object",
"required": [
"provider"
],
"properties": {
"model": {
"type": "string",
"description": "Model name as returned by the API. E.g. claude-haiku-3-5, gpt-4o-mini, gemini-2.5-flash. Include version if known."
},
"region": {
"type": "string",
"description": "Your deployment region if known. E.g. us-east-1, eu-west-1, ap-southeast-1"
},
"provider": {
"type": "string",
"description": "API provider. Use lowercase: openai, anthropic, google, xai, deepseek, mistral, groq, cohere, perplexity, together, fireworks"
},
"error_code": {
"type": "number",
"description": "HTTP status code received. E.g. 429, 500, 502, 503, 529"
},
"error_type": {
"type": "string",
"description": "Error category. One of: rate_limit, overloaded, timeout, auth, content_error, none"
},
"latency_ms": {
"type": "number",
"description": "Time in milliseconds from request to failure or success"
},
"client_tier": {
"type": "string",
"description": "Your subscription tier with this provider if known. One of: free, pro, team, enterprise, api_pay_as_you_go, api_committed"
},
"schema_version": {
"type": "string",
"description": "Always send \"1\""
},
"is_resolution_report": {
"type": "boolean",
"description": "Set true when reporting a successful call after previous failures. Helps other agents know the outage is resolving."
},
"previous_incident_id": {
"type": "string",
"description": "Incident ID returned by a previous report_incident call, if available"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Tickerr - Live AI Tool Status & API Pricing
https://github.com/imviky-ctrl/tickerr-mcp
2/7 registries