agents_traces_stats
ActiveTool of io.github.saloprj/dialogbrain
Aggregated trace statistics for one agent over the last N days — total runs, success rate, avg duration, error breakdown, top tools used, runs-per-day histogram. Use this when you want a bird's-eye view of an agent's health before diving into individual traces with `agents.traces_list` / `agents.trace_get`. Scoped to the target agent (exact match, no substring bleed). `days` is capped at 30 — matches the ClickHouse request_traces TTL.
Parameters schema
{
"type": "object",
"required": [
"agent_id"
],
"properties": {
"days": {
"type": "integer",
"default": 7,
"maximum": 30,
"minimum": 1,
"description": "Rolling window in days (1–30)."
},
"agent_id": {
"type": "integer",
"description": "Agent ID to compute stats for (must belong to your workspace)."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries