Skip to main content
Glama

get_supplements_for_condition

Find which supplements help with a health condition or goal (e.g., 'sleep', 'anxiety', 'joint pain'). Returns evidence-graded supplement recommendations with dosages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax supplements to return, ranked by evidence (default: 25, max: 50)
conditionYesHealth condition, symptom, or goal (e.g., 'insomnia', 'anxiety', 'brain fog', 'joint pain')
min_gradeNoMinimum evidence grade to include (default: D = all)D

TDQS

A4/5.0
Behavior3/5

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

No annotations provided, so the description carries full burden. It implies a read-only search by mentioning 'returns', but does not explicitly state safety, auth needs, or rate limits. Adequate for a non-destructive lookup 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?

Two sentences with no redundant information. Front-loaded with the core action and resource, then adds detail about output. Highly efficient.

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?

With 3 parameters and no output schema, the description adequately explains input (condition) and output (recommendations with grades/dosages). Could mention the return format explicitly, but the context is sufficient for an agent to invoke correctly.

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 the schema already describes each parameter. The description adds value by giving examples of condition values and stating that results are evidence-graded, but does not add new semantic details 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 verb 'Find' and the resource 'supplements for a health condition or goal', and distinguishes from sibling tools like 'get_supplements_for_biomarker' by specifying health conditions as input.

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?

Provides examples of conditions ('sleep', 'anxiety', 'joint pain') and states it returns evidence-graded recommendations with dosages, which gives clear context. Lacks explicit exclusion criteria or guidance on when to use alternative tools.

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

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: searching for supplements or conditions, retrieving supplement info, interactions, biomarker mappings, top brands. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent 'verb_noun' pattern with verbs 'get_' and 'search_', and nouns are appropriately plural or singular.

Tool Count5/5

8 tools is well-scoped for a health supplement knowledge base, covering core queries without unnecessary complexity.

Completeness5/5

The tool set covers search, information retrieval, interactions, biomarker mapping, and brand quality, leaving no obvious gaps for a read-only reference server.

Resources