[analysis]
Returns GliderTrace session metadata, compact summary, artifact references, and optional top findings.
Stored runtime sessions need query, comparison, and export tools so agents can work from bounded evidence.
The model can inspect, compare, and package evidence without rereading raw logs or artifacts.
Try it locally in the GliderTrace playground
| Name | Type | Required | Description |
|---|---|---|---|
| sessionId | string | Yes | Trace session id, for example trc_20260507_123044_ab12cd34. |
| includeArtifacts | boolean | No | Include artifact references in the response. |
| includeTopFindings | boolean | No | Include top error/critical findings in the response. |
Inspect a trace session
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "trace_get_session",
"arguments": {
"sessionId": "trc_20260507_123044_ab12cd34"
}
}
}Returns compact session metadata, summary counts, artifacts, and top findings.