Tools
Once connected, your assistant can call these tools:
| Tool | What it does |
|---|---|
list_alerts | Browse and filter alerts — by severity, type, state, hostname, text, or time window — with pagination. |
get_alert | Full detail for one alert, optionally including its process-level event timeline. |
get_alert_summary | Alert counts broken down by severity, type, and state. |
list_scopes | The customers, workspaces, and API keys you can scope queries to. |
get_docs | This documentation, so the assistant can ground its answers. |
All tools are read-only — an MCP client can't change alert states or anything else in your account.
Filter values (severities, alert types, states) are the same as the REST API's — see Filtering. Tool failures return the same { "error", "message" } envelope as the REST API.