What problem does it solve?
PostHog MCP tool quality issues hide inside raw $mcp_tool_call telemetry: high failure rates, agents hammering tools with retries, slow responses, and context-bloating outputs. This Skill analyzes that telemetry, groups problem tools by owning product category, and files actionable reports with fix hypotheses so teams know exactly which tools need improvement.
Core Features & Use Cases
- Multi-lens detection: Ranks tools by failure rate, per-session struggle/retry patterns, p95 latency, error classes, and response bloat using a HogQL query cookbook over
$mcp_tool_call events.
- Regime-aware analysis: Probes field coverage first to distinguish PostHog's hono server data from external customer SDK data, then adapts which diagnostic lenses are usable.
- Category-grained reporting: Files or edits one inbox report per product category with per-tool fix hypotheses, dedupe via scratchpad memory, reviewer routing, and a fix-loop metric for autonomous implementation tasks.
- Use Case: A daily scheduled run finds that the data-warehouse category has four tools failing at 40% across 30 users; it edits the existing category report with fresh numbers and a schema-fix hypothesis routed to the owning team.
Quick Start
Run the MCP tool-quality scout to analyze this project's $mcp_tool_call events from the last 7 days and file reports for any tool categories that need improvement.