[diagnostics]
Groups exception evidence for a GliderTrace session by type, message, and first stack frame.
Raw runtime artifacts are usually too large and noisy for direct prompt use.
The model can ask for compact exception, counter, hotspot, or code-correlation summaries with stable session ids.
Try it locally in the GliderTrace playground
| Name | Type | Required | Description |
|---|---|---|---|
| sessionId | string | Yes | Trace session id, for example trc_20260507_123044_ab12cd34. |
| text | string | No | Optional case-insensitive text search across exception summaries, messages, and stack frames. |
| minSeverity | string | No | Optional minimum severity: 'info', 'warning', 'error', or 'critical'. |
| limit | number | No | Maximum number of exception groups to return. |
Summarize exceptions in a session
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "trace_exceptions",
"arguments": {
"sessionId": "trc_20260507_123044_ab12cd34"
}
}
}Returns grouped exception counts, first stack frames, sample events, and severity distribution.