What problem does it solve?
Working with the Databuddy MCP server requires knowing which tool to call, how to format dates and filters, and how to handle the durable investigation lifecycle. This Skill provides routing rules and conventions so analytics queries, error lookups, and investigation replies are executed correctly on the first attempt.
Core Features & Use Cases
- Query Routing: Directs known-shape questions (top pages, recent errors, summary metrics) to
get_data with batched queries, and discovery tasks to capabilities or get_schema.
- Investigation Lifecycle: Covers listing investigations, retrieving evidence and history, replying with user context, and polling queued replies with the same
replyId.
- Conventions & Mutations: Standardizes website identification (ID, name, or domain), date presets versus
from/to ranges, ClickHouse filter fields, and confirmation requirements for workspace mutations.
- Use Case: A user asks why signups dropped last week. The Skill routes a comparison of the current and prior windows through
get_data, then resumes the related investigation with reply_to_investigation to attach the findings.
Quick Start
Ask the assistant to use the Databuddy MCP server to show the top pages and recent errors for your website over the last 7 days.