{ "method": "tools/call", "params": { "name": "traces_view", "arguments": { "traceId": "string", "project": "string", "org": "string", "attrs": 3, "expandSpan": [ "string" ], "json": true } } }
traces_viewTOOLstrada traces list or from logs/errors. The SQL
fetches all spans for that TraceId, then the CLI builds a SpanNode tree
from SpanId and ParentSpanId. Use --json to print a shape designed to
match the @strada.sh/ui trace timeline, making future code sharing simple.3