trace_exceptions

[diagnostics]

Groups exception evidence for a GliderTrace session by type, message, and first stack frame.

Why this tool exists

Raw runtime artifacts are usually too large and noisy for direct prompt use.

How it helps the agent

The model can ask for compact exception, counter, hotspot, or code-correlation summaries with stable session ids.

Try it locally in the GliderTrace playground

Parameters

NameTypeRequiredDescription
sessionIdstringYesTrace session id, for example trc_20260507_123044_ab12cd34.
textstringNoOptional case-insensitive text search across exception summaries, messages, and stack frames.
minSeveritystringNoOptional minimum severity: 'info', 'warning', 'error', or 'critical'.
limitnumberNoMaximum number of exception groups to return.

Examples

Summarize exceptions in a session

Request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "trace_exceptions",
    "arguments": {
      "sessionId": "trc_20260507_123044_ab12cd34"
    }
  }
}

Response Notes

Returns grouped exception counts, first stack frames, sample events, and severity distribution.

↑/↓ NavigateEnter OpenSpace Expand