Skip to main content
Glama

Supplement Labels

supplement_labels
Read-onlyIdempotent

Search real supplement product labels — brand name, ingredients, amounts, claims — from NIH's Dietary Supplement Label Database (DSLD). This is what's printed on a bottle, not the science behind an ingredient (use supplement_factsheet or herb_at_a_glance for that). Search by product name, brand, or ingredient. Returns each label's id for use with supplement_label.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax labels to return (default 20, max 50).
queryYesFree-text search — a product name, brand, or ingredient, e.g. "ashwagandha" or "Nature Made fish oil".

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?

Annotations declare readOnlyHint, idempotentHint, and non-destructive, so the safety profile is covered. The description adds context that it returns label IDs for use with supplement_label, which is beyond annotations. It doesn't mention rate limits or pagination, but that's not critical for a read-only search tool.

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?

Three sentences with zero waste. The purpose is front-loaded, the sibling distinction comes second, and the search method and return are stated last. Every sentence earns its place.

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?

For a simple search tool with 2 parameters and no output schema, the description covers the essential: what it searches, how to search, and what it returns (label IDs). It doesn't describe the full return structure, but the mention of IDs is sufficient for the primary use case of feeding supplement_label.

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%, so both parameters are well-documented in the schema. The description reinforces that query is free-text and gives examples, but doesn't add new meaning beyond the schema. Baseline 3 is appropriate when the schema carries the parameter semantics.

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 searches real supplement product labels from NIH's DSLD, listing specific fields (brand, ingredients, amounts, claims). It explicitly contrasts with supplement_factsheet or herb_at_a_glance for the science behind ingredients, distinguishing it from siblings without needing to open schemas.

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

Usage Guidelines5/5

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

It provides explicit when-to-use guidance: search by product name, brand, or ingredient. It also names the alternatives (supplement_factsheet, herb_at_a_glance) and states what they cover, making the routing decision unambiguous.

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.