get_telemetry
Analyze telemetry from tool-usage logs to discover tool call frequency, error rates, p50/p95 latency, and unused tools over a configurable time window.
Instructions
Aggregate the tool-usage log written by this server. Surfaces: which tools are called most, which fail most (error rate), p50 / p95 latency per tool, and which declared tools have never been called in the window (dead surface). Records contain only tool name + timing + ok flag — argument values are never logged. Use when a user asks 'what's the AI actually using' / 'which tools are slow' / 'which tools are unused'. Args: days (window, default 30), include_inactive (bool, default true). Returns {records_total, window_days, tools[], inactive[], markdown}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| include_inactive | No |