Facebook Insights Metrics v23
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| metrics.listB | Returns a list of all metrics with basic information |
| metrics.getB | Returns full details of a metric by exact name |
| metrics.searchC | Performs fuzzy search over metrics by name, description, or tags |
| metrics.refreshNowB | Re-parses the Markdown file and reloads the in-memory cache |
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 |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: 'metrics.get' retrieves a specific metric by name, 'metrics.list' returns all metrics, 'metrics.refreshNow' reloads the cache, and 'metrics.search' performs fuzzy searches. There is no overlap in functionality, making tool selection unambiguous for an agent.
All tool names follow a consistent 'metrics.verb' pattern with clear, descriptive verbs (get, list, refreshNow, search). The naming is uniform and predictable, using a consistent prefix and verb style throughout the set.
With 4 tools, the server is well-scoped for managing metrics, covering essential operations: listing, retrieving, searching, and refreshing. This count is appropriate, providing necessary functionality without being overwhelming or insufficient for the domain.
The toolset covers core operations for metric management, including retrieval, listing, searching, and cache refresh. A minor gap exists in lacking explicit create, update, or delete tools, but given the domain (likely read-only metrics from a Markdown file), this is reasonable and agents can work around it.