Skip to main content
Glama

get_business_patterns

U.S. County Business Patterns — number of businesses (establishments), employees, and payroll by industry (NAICS code) and state. Answers: How many tech companies in California? Total healthcare employees in Texas?

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoData year (default: 2021)2021
naicsNoNAICS industry code: 51=Tech/Info, 52=Finance, 53=Real Estate, 54=Professional Services, 62=Healthcare, 23=Construction, 44=Retail, 72=Food/Hospitality51
stateNo2-letter state code (CA, TX, NY). Omit for all states.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior3/5

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

No annotations exist, so the description carries full burden. It discloses that data is from US County Business Patterns and includes counts and payroll, but omits behavioral details such as data source freshness, aggregation level (state vs county), pagination, or any constraints. The scope is partially revealed.

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 only two sentences plus an example, with no extraneous content. The first sentence immediately defines the tool's purpose, and the second provides illustrative queries. Every part serves a purpose.

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 three simple parameters and no output schema, the description covers the tool's core function and typical use cases. However, it does not specify the exact return format (e.g., a table or JSON structure) or whether results are aggregated by state/industry. A bit more detail would fully inform the agent.

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 parameters are well-documented in the schema. The description adds example usage (e.g., California for state) but does not introduce new semantic information beyond what the schema provides (e.g., default values, NAICS code list).

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 data returned (businesses, employees, payroll by NAICS and state) and gives concrete examples like "How many tech companies in California?" It distinguishes this tool from siblings like get_demographics or get_jobs by specifying its unique focus on business patterns.

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 implies the tool is for business pattern queries but does not explicitly advise when to use it over siblings (e.g., get_jobs for employment only) or when not to use it. Example questions provide context but no direct comparison or exclusion criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources