suppscience
Server Details
Evidence-graded analyses of 511 supplements: claims, doses, safety, PubMed references (en/pt-BR)
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsget_guideAInspect
Get one comparison guide by slug, with the compared options, per-option verdicts, and purchase links.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Guide slug, e.g. "magnesium-forms" (find it via list_guides) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It usefully reveals the returned content (compared options, verdicts, purchase links), but it does not explicitly state that the operation is read-only, what happens on an invalid slug, or any other behavioral traits. 'Get' implies retrieval but is not a strong disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that front-loads the action and resource, then specifies the key return elements with zero redundancy. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter retrieval tool with no output schema, the description covers the main action and return contents sufficiently. Minor gaps include lack of explicit usage guidance and error behavior, but these are not critical given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides 100% coverage of the single parameter, including an example and a pointer to list_guides for finding slugs. The description adds no additional parameter semantics, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Get'), a resource ('one comparison guide'), and a unique identifier ('by slug'), while listing what the response contains (compared options, per-option verdicts, purchase links). This clearly distinguishes it from sibling tools like list_guides or get_supplement.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage context is implied rather than explicit: the slug parameter description says to find it via list_guides, but the tool description itself does not state when to choose this tool over alternatives or mention exclusions. There is no clear when-to-use/when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_supplementAInspect
Get the full evidence analysis for one supplement by slug: per-claim evidence grades, studied dose, safety, PubMed references, purchase link (buyUrl), and the citable pageUrl (with a Portuguese version under "pt").
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Supplement slug, e.g. "creatine" (find it via search_supplements) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It transparently lists the output contents but does not mention side effects, error conditions, or confirm that the operation is read-only. Since 'Get' implies read-only, it is partially transparent but omits failure modes.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that packs all essential information without unnecessary detail. It lists the response contents in a compact, readable manner, and the structure is efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is fairly complete given that there is no output schema; it names all the returned elements. It lacks explicit guidance on when to use this tool relative to siblings, but the slug-based nature and the hint about search_supplements provide enough context for most use cases.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema for the single parameter 'slug' includes a clear description and an example. The tool description reinforces this by repeating 'by slug' and referencing search_supplements. Schema coverage is 100%, so the description adds marginal value beyond the schema, but the existing schema description is sufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Get' and the resource 'supplement', and enumerates the exact contents of the response (evidence grades, dose, safety, references, purchase link, pageUrl). It is specific and distinguishes it from listing or searching tools by focusing on a single slug's full analysis.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It implies that one should first use search_supplements to find a slug, but it does not explicitly state when to use this tool versus get_guide or list_guides. The description gives a hint but leaves the decision to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_guidesAInspect
List the comparison guides ("which form should you take?"): magnesium forms, creatine forms, vitamin C forms, omega-3 sources, protein powders, CoQ10 vs ubiquinol, iron, calcium, collagen types, fiber.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. 'List' implies a read-only operation, and the topic enumeration adds useful context, but it does not describe the return format, ordering, or whether each guide contains structured data or free text. For a simple listing tool this is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence immediately states the action and resource, then uses a compact parenthetical and colon list to enumerate content. No filler or repetition; every part adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
This is a simple, parameterless listing tool with no output schema, so the description covers the essential purpose and scope. It might have mentioned how results are presented (e.g., titles/IDs), but the low complexity means the current description is sufficient for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, so the description is not required to add parameter meaning. The description's list of guide topics effectively communicates what the result set contains, which is the only relevant semantic content for this tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and clearly identifies the resource ('comparison guides'), then enumerates the exact topics included. This distinguishes it from siblings like get_guide (which presumably returns one guide) and search_supplements (which searches supplements).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description makes the use case evident: call this tool to see available comparison guides on specific supplement forms. It does not explicitly state when not to use it versus get_guide or search_supplements, but the enumeration of guide topics provides clear context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_supplementsAInspect
Search the catalog of 993 evidence-graded supplements by name, category, or topic. Returns matches with slug, evidence grade, and summary. Use get_supplement for the full analysis.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10, max 25) | |
| query | Yes | Search terms, e.g. "creatine", "sleep", "magnesium forms" |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It does disclose the catalog size, that results include slug, evidence grade, and summary, and that it is a search operation. However, it does not describe search matching semantics (e.g., partial or exact), result ordering, or pagination behavior beyond the schema's limit parameter, leaving some behavioral gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two compact sentences with no wasted words. The primary action and scope are front-loaded in the first sentence, and the second sentence adds a clear routing instruction to a sibling tool. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool, this is nearly complete: all parameters are schema-documented, the returned fields are named, and the path to deeper detail via get_supplement is clear. The only minor omission is an explicit statement that results are returned as a list or array, but the field enumeration makes the response shape largely inferable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already documents both parameters with 100% coverage, so the baseline is 3. The description adds meaningful context by specifying that 'query' can be a name, category, or topic, which clarifies what kinds of search terms are valid. The 'limit' parameter is not elaborated in the description, but the schema already explains its default and maximum.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Search'), a defined resource ('catalog of 993 evidence-graded supplements'), and the dimensions of search ('by name, category, or topic'). It also explicitly routes users needing full analyses to the sibling get_supplement, which cleanly distinguishes this tool from its siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear usage context: use this to search the catalog and get brief matches, and it explicitly points to get_supplement for the full analysis. It does not mention all sibling tools (get_guide, list_guides) or when to avoid this tool, but the alternative guidance it provides is concrete and sufficient for the primary decision.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
- First observed
get_guide - First observed
get_supplement - First observed
list_guides - First observed
search_supplements
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Supplement research, biomarker effects, drug interactions, and brand quality data
Supplement safety for AI agents. 1,500+ rules, NIH+FDA data, quality grading A-D.
Evidence-ranked supplement data: search, compare, price history, goal recs. No API key.
Nutrition for 910 plant foods across 11 national datasets, plus GB/EU & US claim checking
81
Related MCP Servers
- AlicenseAqualityBmaintenanceEvidence-based supplement recommendation MCP server covering 17 supplements and 40+ conditions with medication interaction checking and form quality classification.577MIT
- AlicenseNot gradedqualityCmaintenanceEvidence-based supplement intelligence in your terminal, exposed as an MCP server for AI agents to research, compare, stack, and manage supplements.122MIT
- AlicenseAqualityNot gradedmaintenanceSupplement safety MCP server for AI agents. FDA FAERS signals, CYP450 pathways, 584 compound aliases. Works with Claude Desktop, LangChain, CrewAI.51-

citedhealth-mcpofficial
AlicenseNot gradedqualityCmaintenanceMCP server for CITED Health that allows AI assistants to query evidence-based supplement data, including ingredient evidence grades, health conditions, PubMed papers, glossary terms, and educational guides.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct resource and action: listing guides, fetching a guide, searching supplements, and fetching supplement analyses. There is no overlap or ambiguity between the four operations.
All tools follow a consistent verb_noun snake_case pattern: get_/list_/search_ paired with a singular or plural resource name. The pluralization is semantically appropriate and predictable.
Four tools is well-scoped for a read-only evidence/reference server covering two content types: guides and supplements. Each tool serves a distinct purpose and none feels redundant or missing.
The surface covers the full read workflow: discover guides, read a guide, search supplements, and retrieve detailed supplement evidence. Since this is a content retrieval server, no create/update/delete operations are needed.