Skip to main content
Glama
lzinga

US Government Open Data MCP

bea_input_output

Read-only

Retrieve U.S. Input-Output tables to analyze interrelationships between producers and users. Obtain Make, Use, or Requirements tables by specifying table ID and year.

Instructions

Get Input-Output statistics — Make Tables, Use Tables, and Requirements tables.

Shows interrelationships between U.S. producers and users.

Use bea_dataset_info (action='get_values', dataset_name='InputOutput', parameter_name='TableID') to discover available table IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
table_idYesTable ID (required). Use bea_dataset_info to discover available tables.
yearYesYear(s): comma-separated or 'ALL'
Behavior3/5

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

The readOnlyHint annotation already indicates a safe read operation. The description adds limited behavioral context, such as the specific tables involved, but does not discuss output format, pagination, or other traits. Given the annotation coverage, the description provides adequate but not exceptional transparency.

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 two sentences, with the first sentence stating the core purpose and the second providing actionable guidance. It is front-loaded and contains no unnecessary words.

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?

The tool has no output schema, so the description's omission of return value structure is a gap. It mentions three table types but not what fields or format to expect. For a simple retrieval tool, this is adequate but not fully complete.

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 coverage is 100% with both parameters described, including a reference to bea_dataset_info for table_id. The description does not add meaning beyond the schema, so the baseline score of 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 clearly states the tool retrieves Input-Output statistics for Make, Use, and Requirements tables, and explains it shows interrelationships between U.S. producers and users. This provides a specific verb and resource, and the mention of sibling tool bea_dataset_info helps distinguish its purpose.

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 directs the agent to use bea_dataset_info to discover available table IDs, providing clear context on how to obtain required parameters. However, it does not explicitly exclude other BEA tools or state when not to use this tool, leaving room for ambiguity.

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