trace_correlate_code

[diagnostics]

Maps stored GliderTrace stack-frame evidence to Glider-compatible C# symbol references.

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.
solutionPathstringNoOptional solution or project path under the workspace root. If omitted, GliderTrace discovers a single workspace solution/project.
kindsjsonNoOptional evidence kinds such as testFailure, exception, log, counter, process, artifact, or warning.
limitnumberNoMaximum number of evidence items to inspect.
pathStylestringNoPath style for returned source paths: 'relative' or 'absolute'. Defaults to relative.

Examples

Correlate exceptions to source symbols

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

Response Notes

Returns matched stack frames, source locations, symbol references, and unresolved evidence notes.

↑/↓ NavigateEnter OpenSpace Expand