Skip to main content
Glama

food_recall_search

Search FDA food recalls by product, company, reason, or date range. Covers all US food recalls from 2004-present. Source: openFDA (public domain).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoFilter by year
limitNo
queryNoSearch product descriptions, company names, or recall reasons
stateNo2-letter state code to filter by recalling firm location
classificationNoClass I = dangerous/death, Class II = temporary health problems, Class III = unlikely harm

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are present, so the description carries full responsibility. It discloses the data source (openFDA, public domain) and temporal coverage, which is useful. However, it omits behavioral traits such as rate limits, authentication needs, or whether the operation is read-only (presumably yes). It also lacks details on pagination or error handling.

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 extremely concise: two sentences that front-load the purpose and efficiently cover scope and source. Every word earns its place with no redundancy.

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 5-parameter tool with no output schema and no annotations, the description gives a reasonable overview of purpose and data source. However, it lacks information about return format, pagination, and the mismatch between 'date range' and the actual 'year' parameter. The sibling 'food_recall_check' suggests a more targeted tool, but no comparisons are made.

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?

The input schema covers 4 of 5 parameters with descriptions (80% coverage), so the schema does the heavy lifting. The description adds high-level context ('product, company, reason, or date range') but uses 'date range' loosely when only 'year' is a parameter. This slight mismatch does not add significant value beyond the schema.

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 uses the specific verb 'search' and resource 'FDA food recalls', explicitly mentioning searchable dimensions (product, company, reason, date range) and coverage (2004-present). This clearly distinguishes it from siblings like 'food_recall_check'.

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 provides no explicit guidance on when to use this tool versus alternatives. With 17 sibling tools, including 'food_recall_check', the absence of selection criteria or exclusion cases leaves the agent without clear decision support.

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.9/5.0
Disambiguation5/5

Each tool targets a specific aspect of food data: prices, nutrition, recalls, dietary filters, supply chain, etc. Overlaps are minimal and clearly differentiated by scope, such as full nutrition vs. ingredient lists.

Naming Consistency5/5

All tools consistently use the 'food_' prefix followed by a descriptive snake_case term. While the stems vary between nouns and verbs, the pattern is uniform and predictable.

Tool Count5/5

With 18 tools, the server comprehensively covers the grocery domain including prices, nutrition, recalls, dietary needs, supply chain, and more. Each tool serves a distinct purpose without being overwhelming.

Completeness5/5

The tool set is remarkably complete, covering search, detailed product info, price comparisons across supply chain, dietary constraints, household meal planning, recalls, receipts, and data source transparency. No critical gaps apparent.