Skip to main content
Glama

Vet Product Recalls

vet_product_recalls
Read-onlyIdempotent

Search FDA Enforcement Report recalls for a pet food, animal food, or veterinary drug product or manufacturer. Answers "has Blue Buffalo dog food been recalled", "dog food recalls", "veterinary drug recalls". Source: openFDA food/enforcement.json and drug/enforcement.json — there is no dedicated animal-food recall feed, and coverage of pet-food recalls specifically is uneven (some well-known FDA-confirmed pet-food recalls are not in this dataset at all). A zero-result answer means no FDA Enforcement Report record was found under this name, not that the product was never recalled — check fda.gov/animal-veterinary/safety-health/recalls-withdrawals for the fuller picture the tool states this in its response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lotNoOptional: filter to recalls whose lot/code info mentions this lot number.
kindNoWhich FDA enforcement dataset to search: "food" (pet/animal food, default) or "drug" (veterinary drugs).
limitNoMax recalls to return (1-50, default 10).
productYesProduct name, brand, or manufacturer, e.g. "dog food", "Blue Buffalo", "Bravecto".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already declare readOnly/idempotent/non-destructive/openWorld, but the description adds substantive behavioral context those annotations cannot convey: the underlying sources (openFDA food/enforcement.json and drug/enforcement.json), the fact that no dedicated animal-food recall feed exists, that pet-food coverage is uneven, and that some well-known FDA-confirmed recalls are absent. That is exactly the kind of limitation an agent needs to avoid over-claiming.

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 opening sentence front-loads the purpose and sources, and every sentence carries useful content about coverage limits. The closing sentence is a run-on ('...for the fuller picture the tool states this in its response'), which is slightly garbled but still conveys the caveat-routing information.

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?

There is no output schema, so the description carries responsibility for return semantics; it does explain what a zero-result means and where the data comes from, which is the main risk with this tool. It does not describe the shape or fields of returned recall records, leaving a minor gap for a tool with no output schema.

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 product, lot, kind, and limit are fully documented in the schema itself. The description reinforces the product parameter's scope ('product or manufacturer') but adds no new syntax, format, or filtering semantics beyond that, so the baseline 3 applies.

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?

States a specific verb+resource ('Search FDA Enforcement Report recalls') and bounds the scope precisely to pet food, animal food, and veterinary drug products/manufacturers. Example queries ('has Blue Buffalo dog food been recalled') make the intended resource unambiguous relative to the generic sibling 'recall'.

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

Usage Guidelines4/5

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

Gives concrete usage contexts via example queries and tells the agent how to interpret results, including the critical rule that a zero-result answer does not mean the product was never recalled and points to fda.gov/animal-veterinary/safety-health/recalls-withdrawals for the fuller picture. It does not explicitly say when to prefer this over the sibling 'recall' tool, so it stops short of full when/when-not routing.

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.