Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FRED_API_KEYYesYour FRED API key

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_seriesA

Search for economic data series by text query.

Args: query: The search text (e.g., "gdp", "unemployment"). limit: Maximum number of results to return in preview (default: 10). offset: Number of results to skip (default: 0). file_path: Optional absolute path to save the full search results as JSON.

get_series_infoB

Get metadata for a specific data series.

Args: series_id: The ID of the series (e.g., "GDP", "UNRATE").

get_series_dataA

Get data points for a specific series.

Args: series_id: The ID of the series (e.g., "GDP"). limit: Max data points to return in the markdown preview (default: 1000). offset: Data points to skip (default: 0). file_path: Optional absolute path to save the full data as JSON. If provided, the full dataset (ignoring limit/offset) is saved and response is minimized.

get_category_detailsB

Get details for a specific category (if supported).

Args: category_id: The ID of the category (e.g., 125).

get_category_childrenA

Get child categories for a specific category.

Args: category_id: The parent category ID.

get_category_seriesA

Get series in a specific category.

Args: category_id: The category ID. limit: Max results in preview. offset: Offset for preview. file_path: Optional absolute path to save the full list as JSON.

get_releasesB

Get all releases of economic data.

Args: limit: Max results in preview. offset: Offset for preview. file_path: Optional absolute path to save the full list as JSON.

get_release_seriesB

Get series in a specific release.

Args: release_id: The release ID. limit: Max results in preview. offset: Offset for preview. file_path: Optional absolute path to save the full list as JSON.

get_sourcesB

Get all sources of economic data.

Args: file_path: Optional absolute path to save the sources list as JSON.

get_sourceB

Get details for a specific source.

search_related_tagsB

Get related tags for a set of tags.

Args: tag_names: Semicolon separated list of tag names. limit: Max results. offset: Offset.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fritzprix/fred-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server