Skip to main content
Glama

enforcement-database

Get a company's full FDA enforcement history

get_company_history

Every FDA warning letter, recall, approval, and 483 citation Argus HQ has recorded for a given company, by its Argus HQ company slug (e.g. "pfizer-inc").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesArgus HQ company slug, e.g. "pfizer-inc"

TDQS

A3.6/5.0
Behavior2/5

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

No annotations provided, and the description does not disclose any behavioral traits (e.g., read-only, authentication, rate limits, data freshness). For a tool returning potentially large histories, this is a significant gap.

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?

Single sentence with no fluff. Efficiently communicates the essential information.

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

Completeness2/5

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

No output schema, and the description does not explain the return format (e.g., list of objects, pagination). For a tool that returns multiple record types, this is insufficient for an agent to parse results.

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 covers the sole parameter with a description. The description simply restates the slug example, adding no extra meaning. Baseline score is appropriate since schema coverage is 100%.

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?

Description clearly states the tool retrieves the full FDA enforcement history (warning letters, recalls, approvals, 483s) for a company using a unique slug. Differentiates from sibling tools that are more specific (e.g., get_recall_by_lot) or broader search.

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?

Description implies the tool is for getting the complete history for a specific company. It does not explicitly compare with alternatives, but the context of sibling tools makes it clear. Could be improved by stating when not to use (e.g., for single documents).

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.8/5.0
Disambiguation4/5

Tools are generally distinct, but get_company_history and search_enforcement both return warning letters and recalls, which could cause confusion if an agent needs a single record type. However, the entry points (company slug vs. keyword search) reduce ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., get_company_history, list_recent_actions), using underscores and descriptive verbs like get, list, and search.

Tool Count5/5

5 tools is well-scoped for a domain specializing in FDA enforcement data; each tool covers a clear use case without redundancy.

Completeness3/5

The set covers company history, recall by lot, warning letter lookup, recent list, and search, but lacks dedicated tools for direct recall by recall number or specific approval lookups, leaving minor gaps.

Resources