trace_get_session

[analysis]

Returns GliderTrace session metadata, compact summary, artifact references, and optional top findings.

Why this tool exists

Stored runtime sessions need query, comparison, and export tools so agents can work from bounded evidence.

How it helps the agent

The model can inspect, compare, and package evidence without rereading raw logs or artifacts.

Try it locally in the GliderTrace playground

Parameters

NameTypeRequiredDescription
sessionIdstringYesTrace session id, for example trc_20260507_123044_ab12cd34.
includeArtifactsbooleanNoInclude artifact references in the response.
includeTopFindingsbooleanNoInclude top error/critical findings in the response.

Examples

Inspect a trace session

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

Response Notes

Returns compact session metadata, summary counts, artifacts, and top findings.

↑/↓ NavigateEnter OpenSpace Expand