Skip to main content
Glama

iNutriPlan Supplement Database MCP Server

search_by_ingredient

Find products that contain a specific ingredient or compound in their ingredients list (e.g. "ashwagandha", "CoQ10", "zinc bisglycinate").

Also returns evidence-graded research context from the ingredient registry when the ingredient is recognised — goals, mechanisms, evidence grade.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum products to return (1–40). Default 20.
ingredientYesIngredient or compound name to search for.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / limit / default
      Previous value: -10New value: +20
    • changedInput schema / properties / limit / description
      Previous value: -"Maximum products to return (1–20). Default 10."New value: +"Maximum products to return (1–40). Default 20."
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses two key behaviors: returns products and includes evidence-graded research context when ingredient is recognized. This goes beyond basic listing. However, it does not mention error handling or behavior for unrecognized ingredients.

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, no fluff. Main purpose is stated first, then additional detail about research context. Every sentence adds value.

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 an output schema exists (not shown), the description partially covers return values by mentioning research context. It could mention whether products are paginated or what happens with unrecognized ingredients, but examples and scope are adequate.

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% with both 'ingredient' and 'limit' parameters described in the schema. The description does not add extra semantic context beyond what the schema already provides, so baseline 3 is appropriate.

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's purpose: to find products by ingredient and also return research context. It distinguishes from siblings like 'get_ingredient_info' (which focuses on ingredient details) and 'search_supplements' (broader search). Uses specific verb 'Find' and resource 'products'.

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 usage for ingredient-based product search but does not explicitly state when to use this vs alternatives like 'get_ingredient_info' or 'search_supplements'. No when-not guidance provided.

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.

Resources