Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GA_PROPERTY_ID | Yes | Your Google Analytics 4 property ID. | |
| GOOGLE_PRIVATE_KEY | Yes | Your private key for the Google service account. | |
| GOOGLE_CLIENT_EMAIL | Yes | Your service account email for the Google Cloud project. |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| runReport | Run a report to get analytics data |
| getPageViews | Get page view metrics for a specific date range |
| getActiveUsers | Get active users metrics for a specific date range |
| getEvents | Get event metrics for a specific date range |
| getUserBehavior | Get user behavior metrics like session duration and bounce rate |