What problem does it solve?
When you know you want to investigate how your PostHog-instrumented MCP server is being used but haven't formulated a specific question, this Skill acts as a front door: it presents a menu of common questions and routes each one to the typed query tool or focused skill that answers it, so you never hand-write HogQL for covered cases.
Core Features & Use Cases
- Question Menu & Routing: Maps questions like "Which tools fail most?" or "Who uses tool X?" to the right typed tool (e.g.
posthog:query-mcp-tool-stats, posthog:query-mcp-tool-failures, posthog:query-mcp-tool-top-users).
- Per-Tool Drill-Downs: Guides calls to per-tool tools with a
toolName and dateRange, covering stats, daily trends, failures, top users, neighbors, intents, and descriptions.
- SQL Fallback Guidance: Clearly delineates which questions are covered by typed tools versus which require
posthog:execute-sql (e.g. cross-tool rankings, errored-session filtering), including when the mcp-analytics feature flag is off.
- Use Case: You paste an MCP analytics URL and ask "how is my MCP doing?" — the Skill offers the question menu, ranks tools via the tool-quality skill, then drills into the worst offender's error messages.
Quick Start
Ask "how is my MCP server doing?" and pick a question from the menu to get routed to the right analytics query.