Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

bea_multinational_enterprises

Read-only

Query U.S. BEA data for direct investment and multinational enterprise activities, filtering by direction, classification, and year.

Instructions

Get data on Direct Investment (DI) and Activities of Multinational Enterprises (AMNE).

DirectionOfInvestment (required):

  • 'Outward': U.S. investment abroad / foreign affiliates

  • 'Inward': Foreign investment in U.S. / U.S. affiliates

  • 'State': U.S. affiliates at state level (AMNE only)

  • 'Parent': U.S. parent enterprises (AMNE only)

Classification (required): 'Country', 'Industry', 'CountryByIndustry'

For AMNE stats, also set ownership_level ('0'=majority-owned, '1'=all) and non_bank_affiliates_only ('0'=both, '1'=nonbank only).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYesYear(s): comma-separated or 'ALL'
stateNo2-digit state FIPS or 'all'. Only for Direction='State'.
countryNo3-digit country code(s) or 'all'. '000' for total of all countries.
industryNo4-digit NAICS industry code(s) or 'all'. '0000' for all-industries total.
series_idNoSeries IDs (comma-separated) or '0' for all. Use bea_dataset_info for list.
classificationYes'Country', 'Industry', or 'CountryByIndustry'
ownership_levelNo'0' (majority-owned only), '1' (all affiliates). Required for AMNE stats.
direction_of_investmentYes'Outward', 'Inward', 'State', or 'Parent'
non_bank_affiliates_onlyNo'0' (bank and nonbank), '1' (nonbank only). Required for AMNE stats.
Behavior3/5

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

Annotations already declare readOnlyHint=true, so safety is covered. The description adds useful contextual constraints (e.g., State and Parent are AMNE-only, and AMNE stats require ownership_level and non_bank_affiliates_only), but it does not describe the response structure, pagination, or any other behavioral traits. It adds some value but not extensive behavioral disclosure.

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, using bullet-like lines to present required parameters and conditional settings. Every sentence contributes useful guidance without redundancy, fitting within a small block.

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 description covers the core directions, classification, and AMNE-specific parameters, but it omits that 'year' is a required parameter (as shown in the schema) and does not explain how to use state, country, industry, or series_id filters. For a tool with 9 parameters, this leaves notable gaps, though the schema helps compensate.

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

Parameters4/5

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

Schema coverage is 100%, giving a baseline of 3. The description adds meaning beyond the schema by explaining the semantics of DirectionOfInvestment values (e.g., 'Outward' = U.S. investment abroad / foreign affiliates) and clarifying when ownership_level and non_bank_affiliates_only are needed. This is meaningful 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 identifies the tool as retrieving Direct Investment (DI) and Activities of Multinational Enterprises (AMNE) data, with explicit subcategories (Outward, Inward, State, Parent). This specific resource focus distinguishes it from sibling BEA tools like bea_gdp_national or bea_international_transactions.

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

Usage Guidelines3/5

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

The description gives clear instructions on which direction/classification to use and when additional AMNE parameters are necessary, but it does not mention when to prefer this tool over related BEA options or explicitly state exclusions. It provides in-tool usage context but lacks tool-selection guidance.

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