You're viewing a demo portfolio

Join the waitlist
PRSM

agents_traces_stats

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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)."
    }
  }
}

What this tool wraps· 3 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →
agents_traces_stats — io.github.saloprj/dialogbrain — PRSM MCP