Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- search_sentry_issues — Search Sentry for the error signature behind an incident.read-onlyidempotentopen internetuses SENTRY_TOKENSentry auth token
- get_sentry_issue — Fetch one Sentry issue's first-seen, last-seen, event count, and affected user count.read-onlyidempotentopen internetuses SENTRY_TOKENSentry auth token
- get_pagerduty_incidents — List PagerDuty incidents in a window, with when each was triggered and acknowledged.read-onlyidempotentopen internetuses PAGERDUTY_TOKENPagerDuty REST API key
- list_recent_deploys — List recent GitHub deployments to a environment, to find what shipped before the incident.read-onlyidempotentopen internetuses GITHUB_TOKENGitHub token
- list_recent_commits — List commits merged before the incident window, to see what actually changed.read-onlyidempotentopen internetuses GITHUB_TOKENGitHub token
- post_timeline_comment — Post the assembled timeline or the postmortem draft as a comment on a tracking issue.writeopen internetuses GITHUB_TOKENGitHub token