[diagnostics]
Maps stored GliderTrace stack-frame evidence to Glider-compatible C# symbol references.
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. |
| solutionPath | string | No | Optional solution or project path under the workspace root. If omitted, GliderTrace discovers a single workspace solution/project. |
| kinds | json | No | Optional evidence kinds such as testFailure, exception, log, counter, process, artifact, or warning. |
| limit | number | No | Maximum number of evidence items to inspect. |
| pathStyle | string | No | Path style for returned source paths: 'relative' or 'absolute'. Defaults to relative. |
Correlate exceptions to source symbols
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "trace_correlate_code",
"arguments": {
"sessionId": "trc_20260507_123044_ab12cd34"
}
}
}Returns matched stack frames, source locations, symbol references, and unresolved evidence notes.