What problem does it solve? Verifying analytics tracking implementation and debugging event data requires manually navigating the Amplitude UI, which is slow and disconnected from the codebase. This Skill lets you query Amplitude data directly through MCP tools and cross-reference it against your tracking code. ## Core Features & Use Cases - Event & Chart Queries: Query events, charts, users, cohorts, experiments, session replays, and datasets using the narrowest suitable Amplitude MCP tool. - Tracking Verification: Compare event schemas in Amplitude against TypeScript types in the codebase to confirm tracking implementation matches expectations. - Tool Drift Guardrails: Map requested intent to whatever Amplitude tools the current session exposes instead of assuming fixed function names. - Use Case: A product manager reports that a checkout funnel looks wrong. Use this Skill to query the funnel events in Amplitude, inspect the event payloads, and cross-check them against the tracker utilities in the repository to find the mismatch. ## Quick Start Ask the AI to verify whether the checkout_completed event is firing correctly in Amplitude and compare its payload against the tracking code.