search_skills
Retrieve GA4 analysis playbooks for common metrics, dimensions, and filters. Enter a skill name or browse all available guides to get domain-specific interpretation logic.
Instructions
Fetch analytical recipes and how-to guides from the GA4 skills library.
Skills are domain-specific playbooks for common GA4 analysis patterns — exact dimensions, metrics, filters, and interpretation logic for each use case. Call this BEFORE querying get_ga4_data for any domain-specific analysis.
Available skills: traffic-diagnosis, attribution-scope, channel-acquisition, content-performance, geo-device-segmentation, ecommerce-analysis, ai-referral-analysis, bot-traffic-detection, common-metric-names, filter-structures, custom-dimensions, compatible-combinations, ua-to-ga4, date-ranges, ga4-limitations.
Usage:
search_skills("") → returns full index of all skills
search_skills("ecommerce") → returns the ecommerce-analysis skill
search_skills("ua-to-ga4") → returns the UA→GA4 field name mapping
Args: query: A skill name (exact slug) or empty string to browse the full index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |