Skip to main content
Glama

Query Robotics Adoption (share of plants using robots, workers exposed, robotics capex)

query_robotics_adoption_v1
Read-onlyIdempotent

Query the verified share of US manufacturing plants USING industrial robots — plus workers exposed and robotics capex — from the Census Industrial Robotic Equipment product (the first official federal robotics-adoption statistics).

Use this for "are factories actually adopting robots" questions — the INSTALLED-BASE reading the import data cannot see. Serves the percent of plants with robots and the percent of employees at plants with robots (both published as FRACTIONS of 1: 0.121 = 12.1%), Census's demeaned variants, and capital expenditures for robotic equipment ($1000) — by manufacturing industry (naics_code, 2/3-digit), by state, and by plant_size band. Filter by edition ("asm_2018_2021" = the ASM annual series; "ec_2022" = the 2022 Economic Census), table (the workbook sheet — exactly one of: "Percent of... NAICS", "Percent of... Geo", "Percent of... Geo demean", "Robot adopters vs not", "Robot adoption and plant size", "CapEx... NAICS", "CapEx... Geo", "CapEx and plant size"), data_year (2018-2022), naics_code, state, plant_size, or geo_area_name ("United States" for the national row). Group by any of edition, table, naics_code, naics_title, state, plant_size, data_year. Pass each parameter as a top-level key of params (flat — not nested under a filter, filters, or where key). Example: {"table": "Percent of... Geo", "data_year": 2022, "group_by": ["state"], "order_by": "avg_pct_plants_with_robots", "top_n": 10} for the most-automated states; {"table": "Percent of... NAICS", "edition": "asm_2018_2021", "naics_code": "336", "group_by": ["data_year"]} for transportation-equipment adoption over the ASM years. Returns JSON aggregates with citations and optional row-level records when include_records is true — every value cites its exact workbook cell-group, re-verifiable via get_source_evidence_v1.

THE ENGRAVED BOUNDARY: the two editions are NEVER spliced into one trend — the 2022 Economic Census reaches the small-plant universe the ASM sample does not (US plants-with-robots: 12.1% ASM-2021 vs 6.4% EC-2022 — a COVERAGE change, not a decline; every cross-edition scope carries an edition_scope note). Percents are INTENSIVE shares: avg/min/max over a scope, never summed. Capex sums UNDERSHOOT below the published totals wherever suppression bites (the published "United States" / "31-33" rows are the totals). Suppressed cells (D/S/A, decoded by the file's own footnotes) are null values with their verbatim letter — never zero; (s)-flagged estimates (standard error > 40%) carry their flag. Manufacturing plants only; adoption SHARES and capex, never robot counts (no official count of installed robots exists — the import unit-count series is query_robotics_trade_v1); an EXPERIMENTAL Census product (its own label); no edition after 2022 exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.9/5.0
Behavior5/5

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

Behavioral traits are richly disclosed beyond the annotations: percents are 'INTENSIVE shares: avg/min/max over a scope, never summed,' suppressed cells are 'null values with their verbatim letter — never zero,' and cross-edition comparisons carry an 'edition_scope note.' It also warns that 'Capex sums UNDERSHOOT below the published totals wherever suppression bites' and notes the product is experimental. No contradiction with readOnlyHint/idempotentHint.

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 lengthy but well-structured, with a clear opening sentence, parameter examples, and a CAPITALIZED 'ENGRAVED BOUNDARY' section for caveats. It is slightly redundant in contrasting with the import data (mentioned twice), but overall every sentence adds substantive value. The front-loading of the purpose makes it easy to skim.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity and the fact that the input schema is just a free-form object, the description is exceptionally complete. It covers source data, metrics, filtering/grouping dimensions, edition differences, suppression handling, and return format ('JSON aggregates with citations'). It even points to get_source_evidence_v1 for re-verification, providing full contextual closure.

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

Parameters5/5

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

The input schema provides no property definitions or descriptions (coverage 0%), so the description carries the full burden. It thoroughly explains all filter parameters (edition, table, data_year, naics_code, state, plant_size, geo_area_name), valid values for several (e.g., edition values 'asm_2018_2021' and 'ec_2022'), and the exact table names. It also clarifies that parameters must be passed as flat top-level keys and provides two concrete examples showing usage.

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's purpose: 'Query the verified share of US manufacturing plants USING industrial robots — plus workers exposed and robotics capex — from the Census Industrial Robotic Equipment product.' It names the specific resource and metrics, and distinguishes itself from sibling query_robotics_trade_v1 by contrasting 'INSTALLED-BASE reading the import data cannot see' and later referencing the import unit-count series.

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

Usage Guidelines5/5

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

The description explicitly says when to use the tool: 'Use this for "are factories actually adopting robots" questions.' It also points to the alternative tool for a different use case: 'the import unit-count series is query_robotics_trade_v1.' Additionally, it provides critical usage boundaries, such as 'the two editions are NEVER spliced into one trend' and 'Manufacturing plants only,' giving clear guidance on when not to use it.

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.

TDQS

A4/5.0
Disambiguation4/5

Each capability has a clearly named describe/query pair, and domains like power, AI infrastructure, robotics, and space are distinct. The generic describe_capability_v1/query_capability_v1 could be confused with the named variants, and the many ISO-specific interconnection queues share similar names, but descriptions explicitly disambiguate them.

Naming Consistency5/5

All tools follow a consistent lowercase snake_case verb_noun pattern: describe_<capability>_v1 and query_<capability>_v1, with a few utility tools like list_capabilities_v1 and get_source_evidence_v1. There is no mixing of conventions.

Tool Count2/5

At 62 tools, the set is far too large for typical server scope. The describe/query pairs inflate the count even though each is justified, and the generic capabilities plus per-ISO variants make it feel heavy and hard to navigate.

Completeness4/5

The server covers each domain thoroughly with describe, query, and evidence verification, plus generic fallbacks for capabilities not yet in the client's tool list. Minor gaps exist (e.g., no county/state attribution for some data, no load types in ISO queues) but they are explicitly documented and workable.

Resources