Skip to main content

Traces

MCP tools for the Traces module. See the Traces module docs for permissions and data model.

list-traces

List traces

Arguments

ArgumentTypeRequiredDescription
projectIdstringnoProject public ID to filter by
limitnumbernoMaximum number of results to return
offsetnumbernoNumber of results to skip

get-trace

Get a trace

Arguments

ArgumentTypeRequiredDescription
traceIdstringyesPublic ID of the trace

get-trace-tree

Get trace tree

Arguments

ArgumentTypeRequiredDescription
traceIdstringyesPublic ID of any trace in the tree (root or child)
includestringnoComma-separated list of related resources to embed on each node. Supported value: generations — attaches all generations that belong to each trace node (including sub-agent generations linked via initiator_generation_id).