list_recent_traces
List the traces the service's log ends with, oldest first, each with when it started, what it was about and how many lines it holds.
Logread-onlyidempotentMCP tool
Start here when you know what you did but not what it was called, then read its lines with get_log_lines.
Calling it#
curl -X POST http://127.0.0.1:8787/log.v1.LogService/ListRecentTraces \
-H 'Content-Type: application/json' \
-d '{}'komrad rpc list-recent-traces{
"name": "list_recent_traces",
"arguments": {}
}Offered by the komrad MCP server to orchestrator agents.
Request#
ListRecentTracesRequest#
| Field | Type | Description |
|---|---|---|
limit | int32 | How many of the newest traces to list, twenty when unset. between 0 and 200 |
Response#
ListRecentTracesResponse#
| Field | Type | Description |
|---|---|---|
traces | list of TraceSummary | The traces the log ends with, oldest first. |