Skip to main content
Glama
lzinga

US Government Open Data MCP

bea_gdp_by_industry

Read-only

Retrieve U.S. GDP data by industry sector to analyze economic contributions, growth drivers, and sectoral performance using BEA datasets.

Instructions

Get GDP contribution by industry sector nationally from BEA GDPbyIndustry dataset.

TableID options:

  • 1: Value added by industry (default)

  • 5: Contributions to percent change in real GDP

  • 6: Value added percent shares

  • 25: Real value added by industry

Industry='ALL' returns all sectors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
table_idNoTable ID: '1' (value added, default), '5' (contributions to GDP growth), '6' (% shares), '25' (real value added)
frequencyNoFrequency: A=annual (default), Q=quarterly (not all tables)
yearNoYear(s): comma-separated or 'ALL'. Default: last 3 complete years
industryNo'ALL' (default), or specific NAICS codes: '11' (agriculture), '21' (mining), '23' (construction), '31-33' (manufacturing), '42' (wholesale), '44-45' (retail), '51' (information), '52' (finance)
Behavior3/5

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

Annotations declare readOnlyHint=true, which the description aligns with by using 'Get' (a read operation). The description adds useful behavioral context beyond annotations: it explains the default TableID option, clarifies that 'Industry=ALL' returns all sectors, and mentions that not all tables support quarterly frequency. However, it doesn't disclose other behavioral traits like rate limits, authentication needs, or pagination behavior.

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 appropriately sized and front-loaded: the first sentence states the core purpose, followed by specific details about TableID and industry options. Each sentence adds value, though the TableID list could be slightly condensed. There is no redundant or verbose language.

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 the tool's moderate complexity (4 parameters, no output schema), the description is adequate but has gaps. It covers the purpose and key parameters but lacks information on output format, error handling, or data currency. With readOnlyHint annotation, safety is covered, but more behavioral context (e.g., data latency, typical response structure) would improve completeness for a data retrieval tool.

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 fully documents all 4 parameters. The description adds minimal value beyond the schema: it lists TableID options (which are already in the schema) and clarifies the 'ALL' option for industry (also in schema). No additional syntax, format details, or examples are provided, so it meets the baseline for 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 clearly states the action ('Get'), the resource ('GDP contribution by industry sector nationally'), and the source ('BEA GDPbyIndustry dataset'). It specifically distinguishes this tool from siblings like 'bea_gdp_by_state' (state-level) and 'bea_gdp_national' (national GDP aggregates) by focusing on industry-sector breakdowns, providing clear differentiation.

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 clear context for when to use this tool: for national GDP data broken down by industry sector. It implicitly distinguishes from siblings by specifying the dataset scope, but does not explicitly state when NOT to use it or name specific alternatives for overlapping queries (e.g., when to choose this over 'bea_underlying_gdp_by_industry').

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-government-open-data-mcp'

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