Skip to main content
Glama
KarimTarekDev

Facebook Insights Metrics v23

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug logging
METRICS_DATA_PATHNoCustom 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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Facebook Insights Metrics v23Complete JSON data of all Facebook Graph API v23.0 Insights metrics

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.