Skip to main content
Glama

Server Details

FDA drug approvals, 510(k) device clearances, recalls and adverse-event reports.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.7/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of FDA data: adverse events, drug approvals, labels, and recalls. There is no overlap in their purposes, making them easy to differentiate.

Naming Consistency5/5

All tool names follow a consistent pattern: `fda_<domain>_<action>` (e.g., fda_adverse_events, fda_drug_approval_search). The snake_case convention is uniform, and the naming clearly reflects each tool's function.

Tool Count4/5

With 4 tools, the server is well-scoped for FDA drug information. The count is appropriate—not too few to be useless, not too many to overwhelm.

Completeness4/5

The tool set covers core FDA drug data: approvals, labels, adverse events, and recalls. Minor gaps like clinical trials or patent information exist, but the surface is logical and sufficient for most queries.

Available Tools

4 tools
fda_adverse_eventsAInspect

Aggregate FDA adverse-event reports (FAERS) for a drug. Deduplicates by safetyreportid (bug fixed in 0.2.1). Returns total reports, unique reaction count, and top 20 reactions by frequency in the requested window.

ParametersJSON Schema
NameRequiredDescriptionDefault
drugYesGeneric drug name.
limitNo
date_toNo
date_fromNo
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the deduplication behavior and a bug fix (v0.2.1), which adds transparency. However, it does not mention whether the tool is read-only, rate limits, data freshness, or any side effects. Given the lack of annotations, a 4 is appropriate as it provides notable behavioral context beyond a minimal description.

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 two sentences, extremely concise, and front-loaded with the key verb 'aggregate' and the resource. Every word adds value, with no redundancy.

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?

No output schema is provided, but the description explains the return values (total reports, unique reaction count, top 20). The parameters are partially explained, and the tool's functionality is clear. For a 4-parameter tool with no output schema, the description is reasonably complete, though date formats and limit semantics could be clearer.

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 25% (only the 'drug' parameter has a description). The description adds meaning by stating 'drug' is a generic name and implies that 'date_from' and 'date_to' define the window, but does not specify date format or explain 'limit'. The description compensates partially but not fully for the low schema coverage.

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 tool aggregates FDA adverse event reports for a drug, specifies deduplication, and lists the output (total reports, unique reaction count, top 20). It distinguishes itself from sibling tools (fda_drug_approval_search, fda_drug_label, fda_recall_search) by focusing on adverse events.

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 does not explicitly specify when to use this tool versus alternatives. It mentions a bug fix but lacks guidance on appropriate contexts, prerequisites, or when not to use it. The sibling tools are clearly different but no direct comparison or exclusion criteria are provided.

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

fda_drug_labelAInspect

Fetch the FDA-approved drug label for a brand or generic name. Includes indications, dosage, contraindications, warnings, adverse reactions.

ParametersJSON Schema
NameRequiredDescriptionDefault
drug_nameYesBrand or generic, e.g. 'Ozempic' or 'semaglutide'.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It lists contents but does not disclose rate limits, data freshness, whether the response is a full label or summary, or any potential side effects like missing data for certain drugs.

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: first sentence states the core action and resource, second lists key content areas. No redundant information, highly efficient.

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?

No output schema exists, so description should explain return structure. It mentions included sections but does not specify format (JSON, text), hierarchy, or error handling. Adequate for a simple single-parameter tool but incomplete for agents needing precise return expectations.

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 coverage is 100% (only one parameter with description). The description adds example values ('Ozempic' or 'semaglutide') and clarifies brand/generic, providing marginal additional guidance 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 clearly states the action ('Fetch'), the resource ('FDA-approved drug label'), and lists key contents (indications, dosage, etc.), distinguishing it from sibling tools like fda_adverse_events.

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 implies use for label information, but does not explicitly state when to use this tool versus alternatives (e.g., sibling tools) or provide any exclusions or prerequisites.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources