Skip to main content
Glama

FDA import alert red lists

List the firms red-listed on one import alert

list_alert_firms
Read-only

Who is on this import alert? Returns the firms red-listed on one alert number (from list_import_alerts), newest listing first, optionally narrowed to a country — for example every Vietnamese firm on 16-120, or every firm on 66-57. Each with the FDA page and a verbatim quote.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many to return, 1–20. Default 20.
countryNoOptional country filter.
import_alert_numberYesThe alert number as FDA prints it, e.g. "16-120" or "66-57".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
firmsYes
coverageYes
registerNo
firms_matchedYes
firms_returnedNo
import_alert_numberYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Beyond the read-only annotations, the description discloses useful behavior: results are ordered newest first, can be filtered by country, and each entry includes the FDA page and a verbatim quote. No contradictions with annotations.

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?

Two sentences with no wasted words. The opening question front-loads the purpose, and the second sentence packs ordering, filtering, and output content into a compact, readable form.

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?

With an output schema present and read-only annotations, the description supplies the missing behavioral context: data source, ordering, filtering, and result contents. It could explicitly name sibling alternatives, but an agent has enough to invoke it correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the schema already documents all parameters. The description adds value with concrete examples of import_alert_number formats and clarifies that country is an optional narrowing filter on top of an alert number.

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 operation: returns firms red-listed on one import alert number. It identifies the resource precisely, ties the input to list_import_alerts, and gives concrete examples that distinguish it from alert-level and firm-resolution siblings.

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?

The description implies the intended workflow by pointing to list_import_alerts as the source of alert numbers and shows how to narrow by country. It does not explicitly contrast with get_listing or resolve_firm, but the usage context is clear enough.

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.