Skip to main content
Glama

Signal Nodus SEC Filings

US crop and livestock estimates

crop_data
Read-only

Experimental (outside the core SEC path; not covered by the published accuracy eval, may change or be withdrawn): Official USDA NASS estimates from Quick Stats: yields, production, area planted and harvested, stocks, and prices received, national or by state. Values are as published, including NASS's own suppression markers. Costs $0.05 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoFour-digit year. Omit for all available.
limitNoRows to return, max 100. Default 20.
stateNoTwo-letter state code. Omit for national.
commodityYesNASS commodity name, e.g. CORN, SOYBEANS, WHEAT, CATTLE.
statisticNoStatistic category. Default YIELD.

TDQS

B3.4/5.0
Behavior4/5

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

The annotations already declare readOnlyHint and openWorldHint, but the description adds valuable behavioral context beyond that: it notes a $0.05 per-call cost, that values are as published including NASS suppression markers, and that the tool is experimental with potential changes or withdrawal. These are meaningful operational traits that help an agent budget and trust the data, going beyond the structured annotations.

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 concise and well-structured, front-loading the important 'Experimental' warning before the core purpose and cost. Every sentence adds value: the experimental status, the data source and types, the data fidelity note, and the cost. It's slightly long but not bloated, and the key information is prioritized.

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?

For a data retrieval tool with 5 parameters and no output schema, the description covers the data source, statistic types, geographic scope, and cost—good foundation. However, it does not describe the return format (e.g., JSON, CSV) or pagination behavior, which an agent would need to parse results. The mention of suppression markers hints at data handling but not the response structure. This is a moderate gap given no output schema exists.

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 the schema already documents all five parameters with appropriate details. The description adds little new per-parameter meaning; it reinforces that statistics cover yields, production, etc., which mirrors the 'statistic' enum. Since the schema carries the semantic weight, a baseline of 3 is appropriate—the description does not compensate for any gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it provides official USDA NASS estimates, listing the specific statistic types (yields, production, area, stocks, prices) and geographic scope (national or by state). This is a specific resource and purpose, distinguishing it from siblings like energy_data or fx_rate. It could be even more explicit about the tool's name, but the purpose is unambiguous.

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

Usage Guidelines2/5

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

The description offers no guidance on when to use this tool versus alternatives. It only warns that it's experimental and may change, which is a caveat but not usage direction. There is no mention of when to prefer crop_data over other data tools like energy_data or trade_flows, nor any exclusions or prerequisites.

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

A3.5/5.0
Disambiguation3/5

Most tools have clearly written descriptions, but several pairs overlap semantically: token_price/token_report, latest_filings/recent_filings, and institutional_holdings/who_holds/activist_stakes all require careful reading to pick the right one. The overlap is not severe enough for a 2, but it is still more than the occasional confusion.

Naming Consistency3/5

Names are consistently snake_case and mostly descriptive, but the set does not follow one naming convention. It mixes noun phrases (crop_data, token_report, insider_trades) with verb phrases (lookup_company, compare_filings, verify_financial_claim), and pairs like latest_filings/recent_filings create avoidable confusion.

Tool Count2/5

31 tools is too many for what is nominally an SEC Filings server, and the scope sprawls into unrelated domains such as EVM gas, tokens, prediction markets, crop data, and x402 auditing. The count does not feel earned by a coherent workflow; it feels like an uncurated bundle of endpoints.

Completeness3/5

The SEC filing workflow is reasonably covered: company lookup, search, latest/recent filings, section extraction, 8-K events, comparisons, ownership filings, and XBRL financial checks are all present. However, there is no full-filing retrieval endpoint, no deep company financial history beyond a single concept, and many non-SEC subdomains are only one-off data points, so the overall surface is still incomplete.