HerStack
Server Details
Read-only women's health supplement guidance: Solgar UK products, GB-authorised claims, citations.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
The three tools have mostly distinct roles: assess_concern routes a concern and returns cluster recommendations, get_cluster_brief provides editorial background, and recommend_supplements focuses specifically on named supplements. There is mild potential overlap between assess_concern's 'recommendations' and the supplement recommendations, but the descriptions are clear enough for an agent to choose correctly.
All tool names follow a consistent verb_noun pattern: assess_concern, get_cluster_brief, recommend_supplements. There are no mixed naming conventions, vague verbs, or stylistic inconsistencies.
Three tools is compact but reasonable for a focused women's-health content and supplement recommendation server. Each tool covers a distinct step in the workflow, though the set is slightly thin compared to a broader content platform.
The core workflow—route a concern, retrieve the cluster brief, and get supplement recommendations—is covered. A minor gap is the lack of discovery or listing tools for available clusters, which may require agents to already know valid concern names or cluster identifiers.
Available Tools
3 toolsassess_concernAssess a concernARead-onlyIdempotentInspect
Route a reader concern to its primary HerStack cluster (and a secondary where relevant), and return that cluster's recommendations.
| Name | Required | Description | Default |
|---|---|---|---|
| concern | Yes | The reader's primary concern. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context: routing to a primary cluster, potentially a secondary one, and returning recommendations. This goes beyond what annotations provide.
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 front-loads the action and resource, then states the output. Every phrase contributes useful information, with no redundancy or filler.
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 tool with one well-defined enum parameter and no output schema, the description sufficiently covers what it does, how it behaves, and what it returns. An agent has all necessary information to invoke it correctly and interpret the result.
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?
Schema description coverage is 100%: the 'concern' parameter is fully described with an enum and an explanation ('The reader's primary concern.'). The tool description adds no additional parameter-level meaning, so the baseline 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 uses a specific verb ('Route') with a clear resource ('a reader concern') and states the outcome: returning the cluster's recommendations. It is distinct from the sibling tools because it focuses on assessing and routing concerns rather than retrieving cluster briefs or recommending 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 implies its usage context—when a reader concern needs to be assessed and routed to a HerStack cluster. However, it does not explicitly mention when not to use it or how it differs from the sibling tools get_cluster_brief and recommend_supplements.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_cluster_briefGet cluster briefARead-onlyIdempotentInspect
The editorial brief for a HerStack cluster: framing, research findings, the evidence table, brand criteria, and a plain-language FAQ that also explains the condition itself (what perimenopause is, its timeline, contraception, when to see a GP). Citation provenance is carried as source labels.
| Name | Required | Description | Default |
|---|---|---|---|
| cluster | Yes | Cluster slug to summarise. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as readOnly, idempotent, and non-destructive, so the description only needs to add useful behavioral context. It does so by detailing what the brief contains and noting that citation provenance is carried as source labels, which informs the agent about the output structure.
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?
A single, well-structured sentence front-loads the core definition ('editorial brief') and then lists contents, keeping it compact. The parenthetical about perimenopause is slightly extraneous but still relevant to the FAQ content.
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?
With only one parameter, high schema coverage, and safety annotations, the description supplies sufficient context about the return value's contents, including citation provenance. It does not specify return formatting or error behavior, but those are not critical for this low-complexity retrieval tool.
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 already documents the only parameter 'cluster' fully with a description ('Cluster slug to summarise') and an enum of valid values. The tool description adds no extra semantics for the parameter, so it meets but does not exceed the baseline for high schema coverage.
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 identifies the resource ('editorial brief for a HerStack cluster') and enumerates its contents: framing, research findings, evidence table, brand criteria, and FAQ. It is distinct from sibling tools like assess_concern and recommend_supplements, which focus on other actions.
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 implies when to use the tool by listing the brief's contents, so an agent can infer it is for retrieving editorial cluster briefs. However, it does not explicitly state when to prefer this over assess_concern or recommend_supplements, nor give exclusions or alternative routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recommend_supplementsRecommend supplementsBRead-onlyIdempotentInspect
HerStack's named Solgar UK supplement recommendations for a women's-health concern or cluster, each with formulation rationale and the authorised health claim (or a research-context note). Provide either cluster or concern.
| Name | Required | Description | Default |
|---|---|---|---|
| cluster | No | Cluster slug: perimenopause, digestion, longevity, stress, exercise, nutrition, or skin. | |
| concern | No | A reader concern that routes to a cluster, e.g. 'Digestion and gut comfort'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is established. The description adds useful behavioral detail about the output (formulation rationale, authorised health claim or research-context note) and the either/or input constraint, but it does not explain edge cases such as providing both parameters or neither.
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 sentences with no filler. The core deliverable and its content components are front-loaded, and the input instruction follows immediately. Every sentence contributes useful information.
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 tool is simple and well-covered by enums and annotations, and the description explains the output content. However, the absence of required parameters combined with the 'Provide either' instruction creates ambiguity about what happens if both are supplied or neither is supplied, and this is not resolved anywhere in the structured fields.
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?
Schema coverage is 100%, with both parameters fully documented via enums and descriptions. The description adds the 'either cluster or concern' relationship, which is valuable, but the schema already carries the semantic weight and the description does not substantially extend parameter meaning.
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 identifies the tool as providing HerStack's named Solgar UK supplement recommendations for a women's-health concern or cluster, with formulation rationale and authorised health claim. This specifies the resource and purpose, distinguishing it from the sibling tools in substance, though it does not explicitly name or compare against them.
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 only usage guidance is 'Provide either cluster or concern', which tells the agent what input to supply but gives no context on when to choose this tool over assess_concern or get_cluster_brief. There are no conditions, exclusions, or alternative-selection cues.
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.
3 tool updates
- First observed
assess_concern - First observed
get_cluster_brief - First observed
recommend_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
Factual UK weight-loss medicine price comparison across providers. Read-only; not medical advice.
Supplement research, biomarker effects, drug interactions, and brand quality data
UK estate-planning calculators + knowledge (IHT, intestacy, trusts, wills). Read-only.
Factual UK ADHD & autism assessment price and wait comparison. Read-only; not medical advice.
Related MCP Servers
- AlicenseAqualityBmaintenanceEvidence-based supplement recommendation MCP server covering 17 supplements and 40+ conditions with medication interaction checking and form quality classification.577MIT
- AlicenseAqualityAmaintenanceCondition-aware ingredient & product safety intelligence for AI agents. Every answer carries a claim-level evidence attestation, verdict, an evidence tier, and a citation – curated against authoritative sources (LactMed, InfantRisk, PubMed, DSLD, DermNet, EU CosIng) by Health AI. Hosted MCP server – no install, no key. Endpoint: https://mcp.healthai.com (Streamable HTTP, JSON-RPC 291MIT
- AlicenseNot gradedqualityCmaintenanceEnables compliance with the UK CQC Single Assessment Framework, including KLOEs, NICE NG5, and DSPT standards.MIT
- AlicenseCqualityCmaintenanceEnables AI assistants to query ClinicalTrials.gov and PubMed for research evidence, and to compare regulatory document changes against internal files, with strict read-only access and no ability to modify or export data.5Apache 2.0