Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

bea_dataset_info

Read-only

Discover BEA datasets, parameters, and valid parameter values to prepare targeted 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'
filtersNoJSON object of filter params for get_filtered_values. E.g. '{"TableName":"SAINC1"}' to get LineCode values for table SAINC1
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
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safe read-only nature is covered. The description adds context by listing the four action types and available datasets, which enriches understanding of the tool's behavior beyond the annotation. However, it does not disclose details like response formats or rate limits.

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

Conciseness5/5

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

The description is well-structured with a concise intro, a bulleted list of actions, and a final list of datasets. Every sentence is purposeful, with no waste or repetition, making it easy to scan and understand quickly.

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

Completeness4/5

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

Given the tool's complexity (4 actions, 5 parameters, no output schema), the description is quite complete. It explains each action, lists datasets, and clearly positions the tool as an exploration prerequisite. It could go further by describing the return format, but the absence of an output schema is mitigated by the detailed schema descriptions.

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?

Schema description coverage is 100%, so the schema already fully documents all five parameters with descriptions and examples. The description provides an additional high-level overview (actions, datasets) but largely repeats information already present in the schema, offering marginal added value.

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 clearly states the tool's purpose: 'Discover BEA datasets, parameters, and valid parameter values.' It is specific in verb and resource, and distinguishes itself from sibling data-specific tools (e.g., bea_gdp_national) by emphasizing it is 'Essential for exploring the BEA API before making data requests.'

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 explicitly says to use this tool 'before making data requests,' providing clear context for when it should be used. It does not name specific alternatives or exclusions, but the distinction from data-specific siblings is implicit and clear enough.

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/cyntrica/gov-data-mcp'

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