whats_going_on_with
Investigate any service's live status to determine if an outage or incident is causing your errors, such as API failures, deploy issues, or timeouts.
Instructions
Investigate the status of a specific service in detail. Call this when you're seeing problems with a particular service — deploys failing, API returning 500s, git push hanging, npm install timing out — and want to check if that service is having an incident. Accepts any service name (e.g. 'github', 'aws s3', 'vercel', 'npm').
Presenting the results: Synthesize all data sources (official status, components, incidents, Downdetector, StatusGator) into a clear assessment. Lead with active incidents if any exist. If everything is operational, say so briefly. Mention third-party reports if they disagree with the official status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | The service name to investigate, e.g. 'github', 'aws', 'vercel', 'npm' |