What problem does it solve?
Understanding what AI agents are actually trying to accomplish with your MCP tools is hard when all you have are raw tool-call logs. This Skill groups free-text agent intents into semantic clusters, showing which goals fail most, which tools serve each goal, and whether agents can discover your tools at all.
Core Features & Use Cases
- Intent Cluster Retrieval: Fetch the latest snapshot of semantically grouped agent intents with per-cluster tool distributions, call counts, error rates, and routing entropy.
- Tool-Centric Pivot: Inspect capture rate per intent, discovery rate against the advertised tool catalog, description fit scores, and tool overlap pairs to diagnose discoverability problems.
- Async Recompute: Trigger a background recompute of the clustering snapshot and poll until it completes.
- Use Case: An MCP server developer asks "when agents have this intent do they find my tool?" — retrieve the snapshot, check the tool's discovery_rate_pct and description_fit per cluster, and identify where competitors capture the intent instead.
Quick Start
Ask the assistant to retrieve the current MCP intent clusters for your PostHog project and summarize which agent goals have the highest error rates.