Skip to main content
Glama

Search Supplement Evidence

search_evidence
Read-onlyIdempotent

Search published HAA supplement-goal evidence records. Returns evidence grades, mapped study counts, limitations, review dates, and clean canonical HAA sources. Contains no affiliate links or purchase recommendations. Use only for public, non-personal evidence questions. Do not call this tool for requests involving personal or sensitive health information, including medical records, medication lists, diagnoses, symptoms, laboratory results, or treatment planning. Tell the user not to submit that information and direct them to a qualified healthcare professional.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNoHealth-goal name or slug, such as sleep or heart-health.
limitNo
year_toNo
year_fromNo
populationNoPopulation text filter, such as older adults or menopause.
study_typeNo
supplementNoSupplement name or slug, such as magnesium or ashwagandha.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
queryYes
resultsYes
scope_noteYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive. The description adds behavioral context by stating it contains no affiliate links or purchase recommendations and that it returns 'clean canonical HAA sources', which is not captured in annotations.

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 front-loaded with the purpose and return value, followed by use restrictions. Each sentence adds operational or safety information, though the safety section is somewhat lengthy for a simple search tool.

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?

Given the output schema exists, the description adequately covers return values and scope. It adds important usage boundaries, but the lack of parameter guidance for the optional filters makes it incomplete for a 7-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Only 3 of 7 parameters have schema descriptions (goal, population, supplement), and the tool description does not explain limit, year_from/year_to, or study_type. The description only hints that goal and supplement are central, but does not clarify filter semantics or how parameters interact.

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 published HAA supplement-goal evidence records and lists the returned fields (evidence grades, study counts, limitations, review dates, canonical sources). It distinguishes itself from siblings like search_supplements and compare_evidence by focusing on evidence records and explicitly ruling out purchase recommendations.

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?

The description gives explicit guidance on when to use the tool (public, non-personal evidence questions) and when not to use it (personal or sensitive health information). It tells the user to direct personal health questions to a healthcare professional, though it does not name alternative sibling tools for non-personal scenarios.

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.1/5.0
Disambiguation4/5

The evidence tools (compare_evidence, get_citations, get_evidence_summary, query_evidence_map, search_evidence) and commerce tools (compare_supplements, get_price_history, get_product, recommend_for_goal, search_supplements) are clearly separated, but a few pairs like compare_evidence vs compare_supplements and search_evidence vs query_evidence_map could cause confusion despite different data sources being described.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., search_evidence, get_citations, compare_evidence), making it easy to predict functionality from the name.

Tool Count4/5

The 10 tools are within a reasonable range, but the legacy commerce tools (compare_supplements, get_price_history, get_product, recommend_for_goal, search_supplements) add redundancy and could be trimmed without losing core functionality, making the set slightly over-sized.

Completeness5/5

The evidence surface fully covers search, summary, comparison, citation retrieval, and dataset querying, while the commerce tools provide complete product lookup, price history, and recommendation capabilities. No major gaps are apparent for the stated purpose.