Skip to main content
Glama

Server Details

Condition-aware ingredient & product safety intelligence for agents: verdict + evidence tier + per-claim evidence_state (cited = ≥1 verified citation / referenced = sourced-but-unverified) + citations, across breastfeeding, pregnancy, histamine/MCAS, rosacea, HS, allergy, fertility, and toddler lenses. Includes validate_claim to fact-check a free-text health claim against curated cited sources.

Ownership verified
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.4/5.0
Disambiguation4/5

Tools are mostly distinct with clear boundaries: check_ingredient for single ingredient, check_interaction for pairs, check_stack for multiple with interactions, scan_barcode for product lookup by barcode, score_product for quality scoring. Some potential overlap exists (e.g., scan_barcode vs. score_product both barcode-based, check_ingredient vs. check_stack for single items), but descriptions and use cases clarify the intended differences.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (check_intredient, check_interaction, find_alternatives, scan_barcode, score_product, validate_claim, etc.). This makes the set predictable and easy to navigate.

Tool Count5/5

9 tools is a well-scoped count for a health product safety database. Each tool serves a meaningful purpose: ingredient lookup, interaction checks, recall verification, stack audits, alternatives, barcode scanning, scoring, strain lookup, and claim validation. No redundancy or overwhelming excess.

Completeness4/5

The tool surface covers the core domain thoroughly: ingredient analysis, interactions, recalls, alternatives, product scores, and claim validation. Minor gaps exist, such as no dedicated tool to list condition lenses or manage user profiles, and medical device recalls are explicitly delegated to another MCP. These are workable limitations.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 9 tool updates
    • Changedcheck_ingredient3 fields changed
      • addedInput schema / properties / lenses / maxItems
        Added value: +5
      • addedInput schema / properties / name / minLength
        Added value: +1
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": true,
        +  "anyOf": [
        +    {
        +      "required": [
        +        "disclaimer"
        +      ]
        +    },
        +    {
        +      "required": [
        +        "error"
        +      ]
        +    }
        +  ],
        +  "description": "The structured Clarity result. Tool-specific fields vary by workflow; every successful tool result includes the informational-use disclaimer.",
        +  "properties": {
        +    "disclaimer": {
        +      "description": "Informational-use and medical-advice limitation.",
        +      "type": "string"
        +    },
        +    "error": {
        +      "description": "Actionable input or availability error when the tool cannot return a result.",
        +      "type": "string"
        +    },
        +    "human_url": {
        +      "description": "A live Clarity page or checker URL that the user can open for context.",
        +      "format": "uri",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedcheck_interaction3 fields changed
      • addedInput schema / properties / ingredient_a / minLength
        Added value: +1
      • addedInput schema / properties / ingredient_b / minLength
        Added value: +1
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": true,
        +  "anyOf": [
        +    {
        +      "required": [
        +        "disclaimer"
        +      ]
        +    },
        +    {
        +      "required": [
        +        "error"
        +      ]
        +    }
        +  ],
        +  "description": "The structured Clarity result. Tool-specific fields vary by workflow; every successful tool result includes the informational-use disclaimer.",
        +  "properties": {
        +    "disclaimer": {
        +      "description": "Informational-use and medical-advice limitation.",
        +      "type": "string"
        +    },
        +    "error": {
        +      "description": "Actionable input or availability error when the tool cannot return a result.",
        +      "type": "string"
        +    },
        +    "human_url": {
        +      "description": "A live Clarity page or checker URL that the user can open for context.",
        +      "format": "uri",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedcheck_recall3 fields changed
      • addedInput schema / properties / brand / minLength
        Added value: +1
      • addedInput schema / properties / product_name / minLength
        Added value: +1
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": true,
        +  "anyOf": [
        +    {
        +      "required": [
        +        "disclaimer"
        +      ]
        +    },
        +    {
        +      "required": [
        +        "error"
        +      ]
        +    }
        +  ],
        +  "description": "The structured Clarity result. Tool-specific fields vary by workflow; every successful tool result includes the informational-use disclaimer.",
        +  "properties": {
        +    "disclaimer": {
        +      "description": "Informational-use and medical-advice limitation.",
        +      "type": "string"
        +    },
        +    "error": {
        +      "description": "Actionable input or availability error when the tool cannot return a result.",
        +      "type": "string"
        +    },
        +    "human_url": {
        +      "description": "A live Clarity page or checker URL that the user can open for context.",
        +      "format": "uri",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedcheck_stack3 fields changed
      • addedInput schema / properties / ingredients / items / minLength
        Added value: +1
      • addedInput schema / properties / lenses / maxItems
        Added value: +5
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": true,
        +  "anyOf": [
        +    {
        +      "required": [
        +        "disclaimer"
        +      ]
        +    },
        +    {
        +      "required": [
        +        "error"
        +      ]
        +    }
        +  ],
        +  "description": "The structured Clarity result. Tool-specific fields vary by workflow; every successful tool result includes the informational-use disclaimer.",
        +  "properties": {
        +    "disclaimer": {
        +      "description": "Informational-use and medical-advice limitation.",
        +      "type": "string"
        +    },
        +    "error": {
        +      "description": "Actionable input or availability error when the tool cannot return a result.",
        +      "type": "string"
        +    },
        +    "human_url": {
        +      "description": "A live Clarity page or checker URL that the user can open for context.",
        +      "format": "uri",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedfind_alternatives5 fields changed
      • addedInput schema / anyOf
        Added value: +[
        +  {
        +    "required": [
        +      "barcode"
        +    ]
        +  },
        +  {
        +    "required": [
        +      "product_name"
        +    ]
        +  }
        +]
      • addedInput schema / properties / barcode / pattern
        Added value: +"^[0-9]{6,14}$"
      • changedInput schema / properties / count / type
        Previous value: -"number"New value: +"integer"
      • addedInput schema / properties / product_name / minLength
        Added value: +1
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": true,
        +  "anyOf": [
        +    {
        +      "required": [
        +        "disclaimer"
        +      ]
        +    },
        +    {
        +      "required": [
        +        "error"
        +      ]
        +    }
        +  ],
        +  "description": "The structured Clarity result. Tool-specific fields vary by workflow; every successful tool result includes the informational-use disclaimer.",
        +  "properties": {
        +    "disclaimer": {
        +      "description": "Informational-use and medical-advice limitation.",
        +      "type": "string"
        +    },
        +    "error": {
        +      "description": "Actionable input or availability error when the tool cannot return a result.",
        +      "type": "string"
        +    },
        +    "human_url": {
        +      "description": "A live Clarity page or checker URL that the user can open for context.",
        +      "format": "uri",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedscan_barcode2 fields changed
      • addedInput schema / properties / barcode / pattern
        Added value: +"^[0-9]{6,14}$"
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": true,
        +  "anyOf": [
        +    {
        +      "required": [
        +        "disclaimer"
        +      ]
        +    },
        +    {
        +      "required": [
        +        "error"
        +      ]
        +    }
        +  ],
        +  "description": "The structured Clarity result. Tool-specific fields vary by workflow; every successful tool result includes the informational-use disclaimer.",
        +  "properties": {
        +    "disclaimer": {
        +      "description": "Informational-use and medical-advice limitation.",
        +      "type": "string"
        +    },
        +    "error": {
        +      "description": "Actionable input or availability error when the tool cannot return a result.",
        +      "type": "string"
        +    },
        +    "human_url": {
        +      "description": "A live Clarity page or checker URL that the user can open for context.",
        +      "format": "uri",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedscore_product2 fields changed
      • addedInput schema / properties / barcode / pattern
        Added value: +"^[0-9]{6,14}$"
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": true,
        +  "anyOf": [
        +    {
        +      "required": [
        +        "disclaimer"
        +      ]
        +    },
        +    {
        +      "required": [
        +        "error"
        +      ]
        +    }
        +  ],
        +  "description": "The structured Clarity result. Tool-specific fields vary by workflow; every successful tool result includes the informational-use disclaimer.",
        +  "properties": {
        +    "disclaimer": {
        +      "description": "Informational-use and medical-advice limitation.",
        +      "type": "string"
        +    },
        +    "error": {
        +      "description": "Actionable input or availability error when the tool cannot return a result.",
        +      "type": "string"
        +    },
        +    "human_url": {
        +      "description": "A live Clarity page or checker URL that the user can open for context.",
        +      "format": "uri",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedstrain_lookup2 fields changed
      • addedInput schema / properties / species / minLength
        Added value: +1
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": true,
        +  "anyOf": [
        +    {
        +      "required": [
        +        "disclaimer"
        +      ]
        +    },
        +    {
        +      "required": [
        +        "error"
        +      ]
        +    }
        +  ],
        +  "description": "The structured Clarity result. Tool-specific fields vary by workflow; every successful tool result includes the informational-use disclaimer.",
        +  "properties": {
        +    "disclaimer": {
        +      "description": "Informational-use and medical-advice limitation.",
        +      "type": "string"
        +    },
        +    "error": {
        +      "description": "Actionable input or availability error when the tool cannot return a result.",
        +      "type": "string"
        +    },
        +    "human_url": {
        +      "description": "A live Clarity page or checker URL that the user can open for context.",
        +      "format": "uri",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedvalidate_claim4 fields changed
      • changedInput schema / properties / statement / description
        Previous value: -"The health/safety claim to validate, e.g. 'niacinamide is safe during pregnancy'"New value: +"The health/safety claim to validate, e.g. 'niacinamide is safe during pregnancy'. Do not include personal information."
      • addedInput schema / properties / statement / maxLength
        Added value: +500
      • addedInput schema / properties / statement / minLength
        Added value: +1
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": true,
        +  "anyOf": [
        +    {
        +      "required": [
        +        "disclaimer"
        +      ]
        +    },
        +    {
        +      "required": [
        +        "error"
        +      ]
        +    }
        +  ],
        +  "description": "The structured Clarity result. Tool-specific fields vary by workflow; every successful tool result includes the informational-use disclaimer.",
        +  "properties": {
        +    "disclaimer": {
        +      "description": "Informational-use and medical-advice limitation.",
        +      "type": "string"
        +    },
        +    "error": {
        +      "description": "Actionable input or availability error when the tool cannot return a result.",
        +      "type": "string"
        +    },
        +    "human_url": {
        +      "description": "A live Clarity page or checker URL that the user can open for context.",
        +      "format": "uri",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
  2. 1 tool update
    • Addedcheck_recall
  3. 1 tool update
    • Addedfind_alternatives
  4. 2 tool updates
    • Changedcheck_ingredient2 fields changed
      • changedInput schema / properties / lens / description
        Previous value: -"Condition lens"New value: +"Single condition lens"
      • addedInput schema / properties / lenses
        Added value: +{
        +  "description": "Multiple condition lenses in one call (max 5); wins over `lens` when provided",
        +  "items": {
        +    "enum": [
        +      "breastfeeding",
        +      "lactation",
        +      "pregnancy",
        +      "histamine",
        +      "mcas",
        +      "rosacea",
        +      "hs",
        +      "allergy"
        +    ],
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
    • Addedcheck_stack
  5. 6 tool updates
    • First observedcheck_ingredient
    • First observedcheck_interaction
    • First observedscan_barcode
    • First observedscore_product
    • First observedstrain_lookup
    • First observedvalidate_claim

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources