Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLICKY_SITE_ID | Yes | Your Clicky site ID, available in your site preferences | |
| CLICKY_SITE_KEY | Yes | Your Clicky site key, available in your site preferences under 'Preferences' → 'Info' |
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 |
|---|---|
| get_total_visitors | Get total visitors for a date range from Clicky analytics |
| get_domain_visitors | Get visitors filtered by domain from Clicky analytics with optional segmentation data |
| get_top_pages | Get top pages for a date range from Clicky analytics |
| get_traffic_sources | Get traffic sources breakdown from Clicky analytics. Optionally filter by specific page URL. |
| get_page_traffic | Get traffic data for a specific page by filtering with its URL |