Skip to main content

Tools

Once connected, your assistant can call these tools:

Alerts

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.
get_alert_trendPer-severity alert counts in time buckets — how alert volume is trending over a window.

GPU fleet

ToolWhat it does
list_gpusThe GPU fleet inventory — one row per GPU with identity, health, and freshest telemetry.
get_gpuFull detail for one GPU: specs, security summary, XID errors, live telemetry, processes.
get_fleet_summaryThe fleet dashboard payload: alert histograms, top alert types, asset counts, aggregate telemetry.

Utility

ToolWhat it does
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 anything in your account.

Filter values (severities, alert types, states) match the REST API's — see Filtering. Tool failures return the same { "error", "message" } envelope as the REST API.