Skip to content

Resume

Retrieves a prior Investigate report by investigation_id, or lists the most recent investigations in this session. Session-local cache holds the 50 most recent — the cache dies with the process.

Example

"re-show investigation inv_a1b2"

Onset: 14:30 today. Payment_Gateway_Timeout jumped 200/min → 45,000/min. Cause: CPU spike on db-replica-2 (r=0.94). What moved with it: db.replica.cpu, apm.payments.latency, kafka.consumer.lag. Verify: kubectl describe pod db-replica-2.

More to ask

  • "list investigations this session"
  • "what did we find on inv_a1b2?"
  • "re-show the last checkout-svc investigation"

Prerequisites

Only returns results from investigations run in the current MCP server process.

Tool schema (advanced)
Field Type Required Default Description
investigation_id string no ID of a prior investigation. If omitted, returns the most recent N investigations as an index.
limit number no 10 When investigation_id is omitted: how many recent investigations to list. 1–50.