tool_activity
Track tool usage analytics: view call counts, error rates, and last-used times. Identify failing tools and usage patterns from aggregated dashboard data.
Instructions
Show usage analytics for this server's tools: call counts, error rates, last-used times.
Use when: answering 'what has been used or failing lately'. To read an individual response, pass a sample point ID to fetch_document; to discover tools to call, use search instead.
Behavior: read-only aggregation over the Qdrant response store. Returns: a text dashboard grouped by tool_name or user_email, with sample point IDs per group. Errors: 'Analytics failed' when the response store is unreachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum groups to show | |
| group_by | No | Group results by 'tool_name' or 'user_email' | tool_name |
| user_google_email | No | User's Google email (auto-injected by middleware) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |