Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

bea_underlying_gdp_by_industry

Read-only

Retrieve annual underlying GDP by industry, offering finer industry breakdowns than the standard dataset, with data from 1997.

Instructions

Get Underlying GDP by Industry — more industry detail than the main GDPbyIndustry dataset.

Annual data only, starting from 1997. BEA caution: quality of these detailed estimates is lower than published aggregates.

Use bea_dataset_info to discover valid TableIDs and Industry codes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoYear(s): comma-separated, 'ALL', or default last 3 years
industryNo'ALL' (default) or specific NAICS industry codes
table_idNoTable ID (default: '210' for value added). Use bea_dataset_info to discover.
Behavior4/5

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

The readOnlyHint annotation already signals a safe read operation, so the description adds valuable context beyond that: annual-only data, a 1997 start year, and a BEA caution about lower estimate quality. These are meaningful behavioral and data-quality disclosures not inferable from the annotation alone.

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 compact and well-structured. The core purpose is front-loaded in the first sentence, followed by two short sentences on temporal scope and data quality, and a final action-oriented pointer for prerequisites. Every sentence earns its place without redundancy.

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?

For a read-only, 3-parameter tool without an output schema, the description covers the necessary context: temporal availability, data quality caveat, and how to discover valid parameter values. It is nearly complete; a minor gap is not describing the response format or the fact that 'ALL' is the default for industry/year, though those are in the schema.

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?

The schema already documents all three parameters with clear descriptions (year, industry, table_id), achieving 100% coverage. The description repeats the tip to use bea_dataset_info for table_id/industry codes, which is already in the schema, so it adds no new parameter-level meaning. Baseline 3 is appropriate.

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 opens with a clear verb+resource structure: 'Get Underlying GDP by Industry.' It explicitly differentiates from the sibling tool by stating 'more industry detail than the main GDPbyIndustry dataset,' making the tool's unique scope immediately apparent.

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?

It provides context for when to prefer this tool (when more industry detail than the main dataset is needed) and directs users to bea_dataset_info for discovering valid TableIDs and Industry codes. It does not explicitly state when to choose the main GDPbyIndustry tool instead, but the comparison implies it, earning a 4 rather than a 5.

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