Skip to main content
Glama
lzinga

US Government Open Data MCP

bea_dataset_info

Read-only

Explore Bureau of Economic Analysis datasets: list datasets, view parameters, and retrieve valid parameter values for API requests.

Instructions

Discover BEA datasets, parameters, and valid parameter values. Essential for exploring the BEA API before making data requests.

Actions:

  • list_datasets: List all available BEA datasets

  • list_parameters: List parameters for a dataset (requires dataset_name)

  • get_values: Get valid values for a parameter (requires dataset_name + parameter_name)

  • get_filtered_values: Get values filtered by other params (requires dataset_name + target_parameter + filters)

Datasets: NIPA, NIUnderlyingDetail, FixedAssets, MNE, GDPbyIndustry, Regional, ITA, IIP, InputOutput, UnderlyingGDPbyIndustry, IntlServTrade

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesWhat to retrieve: 'list_datasets', 'list_parameters', 'get_values', or 'get_filtered_values'
dataset_nameNoDataset name (required except for list_datasets). E.g. 'Regional', 'NIPA', 'GDPbyIndustry', 'ITA', 'IIP', 'MNE', 'FixedAssets', 'IntlServTrade', 'InputOutput'
parameter_nameNoParameter name (required for get_values). E.g. 'TableName', 'Year', 'GeoFips', 'LineCode', 'Frequency', 'Indicator'
target_parameterNoTarget parameter for filtered values (required for get_filtered_values). E.g. 'LineCode' to discover line codes for a given TableName
filtersNoJSON object of filter params for get_filtered_values. E.g. '{"TableName":"SAINC1"}' to get LineCode values for table SAINC1
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, indicating the tool is safe and idempotent. The description adds no new behavioral traits beyond confirming read-only operations (e.g., 'list', 'get values'). There is no contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with a clear purpose statement and is reasonably concise. It includes a bullet list of actions and datasets, which is structured but slightly lengthens the text. Overall, minimal waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that there is no output schema, the description does not explicitly describe the return values or format. It implies that outputs are lists/values, but could be more explicit. The description is adequate for a discovery tool but lacks full detail on outputs.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema coverage is 100% with descriptions for all 5 parameters. The description adds example dataset names and parameter names, but does not significantly enhance understanding beyond the schema. Baseline score of 3 is appropriate given high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool's purpose: 'Discover BEA datasets, parameters, and valid parameter values. Essential for exploring the BEA API before making data requests.' It clearly differentiates from sibling tools (specific BEA data retrieval tools) by focusing on discovery rather than data retrieval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides guidance on when to use the tool ('before making data requests') and describes each action's requirements (e.g., list_datasets requires no dataset_name, list_parameters requires dataset_name). It does not explicitly exclude alternatives, but the context makes it clear this is for exploration rather than data retrieval.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/lzinga/us-gov-open-data-mcp'

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