Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

traces_view

Request example
{ "method": "tools/call", "params": { "name": "traces_view", "arguments": { "traceId": "string", "project": "string", "org": "string", "attrs": 3, "expandSpan": [ "string" ], "json": true } } }
traces_viewTOOL
Render one distributed trace as a parent-child span tree.
Use a TraceId from strada 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.
Parameters
traceId *string
Positional argument traceId
project?string
Project slug override (defaults to folder setup)
org?string
Organization override (defaults to folder setup)
attrs?number
Number of compact span attributes to show
Default: 3
expandSpan?string[]
SpanId or unique SpanId prefix to expand (repeatable)
json?boolean
Print @strada.sh/ui compatible JSON