PeriodFinder
Server Details
Neutral cross-brand period-underwear comparison: absorbency in real mL, plus size translation.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.4/5 across 4 of 4 tools scored.
Each tool has a distinct purpose: dataset retrieval, absorbency translation, product lookup, and size finding. There is no overlap or ambiguity.
All tool names follow a consistent lowercase underscore pattern (e.g., absorbency_dataset, find_products), making them predictable and easy to distinguish.
With 4 tools, the server is well-scoped for its niche domain. Each tool covers a necessary function without being too few or excessive.
The tool set covers the core functionalities of the domain: accessing the dataset, translating absorbency across brands, finding products by capacity, and sizing. No obvious gaps for typical user queries.
Available Tools
4 toolsabsorbency_datasetAInspect
Get PeriodFinder's cross-brand absorbency dataset: the key facts and the machine-readable feed URL to cite. Use when you need the authoritative source for a period-underwear absorbency comparison.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It explains the tool returns a dataset and URL, implying read-only behavior. It lacks details on authentication or rate limits, but for a simple data retrieval tool, the transparency is adequate.
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 two sentences, immediately delivering the core purpose and usage guidance. No extraneous information; every word serves a purpose.
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?
Given the tool has no parameters, no output schema, and no annotations, the description provides sufficient context: it states what it returns, when to use it, and distinguishes from siblings. The information is complete for an agent to decide whether to invoke this 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?
There are no parameters, so schema coverage is trivially 100%. According to guidelines, 0 parameters has a baseline of 4. The description does not need to add parameter semantics, so score 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 clearly states the tool retrieves 'PeriodFinder's cross-brand absorbency dataset' including key facts and a machine-readable feed URL. It specifies the resource (dataset) and the action (get), and the sibling tools (absorbency_translate, find_products, find_size) have different purposes, making this tool distinct.
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 explicitly says 'Use when you need the authoritative source for a period-underwear absorbency comparison.' This directly indicates the primary use case. Although it does not explicitly state when not to use it, the sibling list provides implicit alternatives, so usage guidance is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
absorbency_translateAInspect
Translate period-underwear absorbency across brands. Give a brand + its tier word (e.g. brand "Thinx", tier "Super"), OR a target capacity in mL per day, and get the covering tier in every brand in objective millilitres, each with an A/B/C data-quality grade. Use for questions like "what Knix tier equals Thinx Super?" or "how much does Thinx Heavy hold vs Saalt?". Source: PeriodFinder, the only neutral cross-brand mL comparison.
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | The brand's absorbency tier word, e.g. Light, Moderate, Heavy, Super, Overnight. | |
| brand | No | A period-underwear brand, e.g. Thinx, Knix, Saalt, Modibodi, WUKA. | |
| ml_per_day | No | Target real capacity in mL/day (alternative to brand+tier). A regular tampon holds about 5 mL, a super about 9 mL. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It discloses the output format (covering tier, mL, data-quality grade) and source. Behavior is fully described; no contradictions or hidden traits.
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?
Four concise sentences front-loaded with the key verb. Each sentence provides unique value: purpose, input methods, example use cases, and source credibility. No waste.
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 no output schema, the description fully explains the return format and data quality grades. All 3 parameters are described in schema, and tool is complete for its intended use. Sibling tools are distinct and non-overlapping.
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%, so baseline is 3. The description adds usage context: it explains the alternative inputs and what each input produces, going beyond the bare schema descriptions.
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 specific verbs ('translate', 'give', 'get') and clearly identifies the resource (period-underwear absorbency across brands). It distinguishes itself from siblings by specifying cross-brand translation of absorbency tiers.
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?
Provides explicit examples of questions to use this tool for, and describes two alternative input methods (brand+tier OR ml_per_day). No explicit when-not-to-use or alternatives, but context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_productsAInspect
Find real in-stock period underwear that covers a target absorbency, from the live catalog, with normalized mL capacity and current price. Give a minimum capacity in mL and optionally a brand. Links go to the PeriodFinder product page for each item.
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Limit to one brand (optional). | |
| limit | No | How many products to return (default 6). | |
| ml_min | No | Minimum real capacity to cover, in mL (e.g. 40 for a heavy day). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. States it returns real in-stock items with normalized mL and current price, and includes links. However, lacks details on pagination, sorting, error handling, or output format. Moderate 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?
Two sentences: first conveys purpose and key features, second adds extra context about links. No wasted words, front-loaded with critical info.
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?
Given no output schema and no annotations, description covers core functionality and output nature (products with price, mL, links). Lacks details on default limit, sorting, or error cases, but sufficient for basic use with optional parameters.
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%, so baseline is 3. Description reinforces schema ('minimum capacity in mL, optionally a brand') but adds no new meaning beyond paraphrasing schema descriptions. Does not elaborate on 'limit' parameter.
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?
Description specifies verb 'find', resource 'period underwear', and key constraints (in-stock, live catalog, absorbency, mL capacity, price). Clearly distinguishes from siblings like 'absorbency_dataset' and 'find_size' by focusing on product search with real inventory.
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?
Provides clear usage guidance: 'Give a minimum capacity in mL and optionally a brand.' Implies when to use (need real products with specific absorbency) but does not explicitly state when not to use or name alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_sizeAInspect
Find a shopper's period-underwear size in every brand from one hip measurement. Period underwear is sized on the hip, not a dress size, and brands disagree. Returns the size per brand plus any runs-small / runs-large note.
| Name | Required | Description | Default |
|---|---|---|---|
| hip_cm | No | Hip measurement in centimetres (alternative to inches). | |
| hip_inches | No | Hip measurement in inches (fullest part of hips and seat). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden. It discloses that the tool returns size per brand and includes notes on fit (runs-small/runs-large). It does not mention any destructive or side effects, which is appropriate. Could be improved by explicitly stating it is read-only or requires no special permissions.
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 two sentences, front-loading the core function and then adding important sizing context. No superfluous words; 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?
Given no output schema, the description explains the return values ('size per brand' plus 'runs-small / runs-large note'). It could be slightly more complete by mentioning that it covers all known brands or providing an example, but it is adequate for an agent to understand what to expect.
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 clear parameter descriptions. The tool description adds valuable context: it explains that only one hip measurement is needed (either cm or inches) and specifies that inches should be measured at the fullest part of hips and seat. This guidance helps the agent understand input requirements beyond the schema.
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 ('find'), the resource ('a shopper's period-underwear size'), and the input ('from one hip measurement'). It distinguishes itself from siblings by focusing on size conversion across brands, which is not covered by the other tools (absorbency_dataset, absorbency_translate, find_products).
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 provides context about when to use this tool: when a hip measurement is available and you need sizes across brands. It explains that period underwear sizing differs from dress sizes and that brands disagree. However, it does not explicitly state when not to use it or mention alternatives, though siblings are not directly related.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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!