Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| DEBUG | No | Enable debug logging | |
| METRICS_DATA_PATH | No | Custom path to metrics.json file | 
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
| No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
| Facebook Insights Metrics v23 | Complete JSON data of all Facebook Graph API v23.0 Insights metrics | 
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
| metrics.list | Returns a list of all metrics with basic information | 
| metrics.get | Returns full details of a metric by exact name | 
| metrics.search | Performs fuzzy search over metrics by name, description, or tags | 
| metrics.refreshNow | Re-parses the Markdown file and reloads the in-memory cache |