Skip to main content

Tools

Once connected, your assistant can call these tools:

ToolWhat it does
list_alertsBrowse and filter alerts — by severity, type, state, hostname, text, or time window — with pagination.
get_alertFull detail for one alert, optionally including its process-level event timeline.
get_alert_summaryAlert counts broken down by severity, type, and state.
list_scopesThe customers, workspaces, and API keys you can scope queries to.
get_docsThis 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.