Skip to main content
Glama

get_drug_label

Read-onlyIdempotent

Retrieve official openFDA drug labels including indications, dosage, warnings, contraindications, interactions, and adverse reactions for any drug name.

Instructions

Get the official openFDA label for a drug.

Includes indications, dosage & administration, warnings, contraindications, drug interactions and adverse reactions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
drug_nameYesDrug name (brand, generic, or active substance).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds minimal behavioral context beyond listing label sections; it does not discuss data freshness, error handling, or what happens if the drug is not found.

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 states the core action, second lists key content. No redundancy, immediately informative, and well-structured for agent scanning.

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

Completeness5/5

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

Combined with annotations (read-only, open-world, idempotent) and output schema, the description is sufficient. It tells exactly what the tool returns, which is the official label with typical sections. For a simple tool with one parameter, this is complete.

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?

Single parameter 'drug_name' is fully covered in the schema (100%). The description does not elaborate on expected formats, accepted names, or validation rules, so it adds no semantic value 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 it retrieves the 'official openFDA label for a drug', listing key contents like indications, dosage, warnings, etc. The verb 'Get' and specific resource distinguish it from general search tools, though sibling 'get_drug_leaflet' is not contrasted.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like get_drug_leaflet or search_medical_literature. The description does not specify prerequisites, exclusions, or typical use cases.

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/onatozmenn/klinik-mcp'

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