Skip to main content
Glama
colbyw5
by colbyw5

search_drug_approvals

Retrieve approved drug products from the Drugs@FDA database using openFDA query syntax. Filter by brand name, active ingredient, or application number.

Instructions

Search the Drugs@FDA database for approved drug products.

Args: search: openFDA query (e.g. 'openfda.brand_name:"keytruda"'). limit: Max results (1-1000). skip: Offset for pagination. count: Field to count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNo
countNo
limitNo
searchNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states that it searches a database; it does not mention read-only nature, rate limits, authentication needs, or any side effects.

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 brief with a clear main sentence and a structured list for parameters. No unnecessary words, though the parameter list could be formatted more clearly.

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?

The description covers basic purpose and parameter semantics, but given the existence of an output schema (not shown), it does not need to detail returns. However, it lacks information on authentication, rate limits, or constraints, which is acceptable for a simple search tool.

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 0%, so the description carries full burden. It adds an example openFDA query, a range for limit (1-1000), pagination explanation for skip, and the purpose of count. This goes beyond the schema's defaults and types.

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 'Search the Drugs@FDA database for approved drug products,' using a specific verb and resource. It distinguishes itself from siblings that target other FDA databases (NDC, adverse events, labels, etc.).

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

Usage Guidelines3/5

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

The description provides parameter details but no explicit when-to-use or when-not-to-use guidance. While siblings cover different domains, the description does not point out when to choose this tool over alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/colbyw5/openfda-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server