Skip to main content
Glama

Hera Fertility

Server Details

Find male fertility testing at labs near a US ZIP code, with prices and a link to order.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-06-18
URL

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

find_labs handles location-based lab discovery, get_lab retrieves details for one specific lab, and hera_facts answers general service questions. There is no meaningful overlap in returned information or intended use.

Naming Consistency4/5

find_labs and get_lab follow a clear verb_noun pattern, but hera_facts uses a brand-prefixed noun instead of an action verb. The snake_case style is consistent, and the deviation is minor.

Tool Count5/5

Three tools is well-scoped for this narrow informational domain: search, detail lookup, and general facts. Each tool fills a distinct role without unnecessary bloat.

Completeness5/5

The set covers lab discovery, lab-level details, and broad company/service questions, covering every apparent user need for a Hera Fertility locator and information server. No obvious gap such as missing order or appointment functionality is implied by the stated purpose.

Available Tools

3 tools
find_labsFind a lab near a ZIP codeA
Read-onlyIdempotent
Inspect

Nearest Hera partner labs near a US ZIP code for a semen analysis, a post-vasectomy check, a semen culture, a sperm DNA fragmentation test or sperm freezing (cryopreservation), with the price, where it is paid, and a link to order online. Use for "where can I get a sperm test near me" questions.

ParametersJSON Schema
NameRequiredDescriptionDefault
zipYesUS 5-digit ZIP code.
testNosemen_analysis (the default: a standard sperm/fertility test), post_vasectomy (a sperm check after a vasectomy), semen_culture (checking for infection), dna_fragmentation (sperm DNA damage), or sperm_freezing (banking a sample).

TDQS

A3.9/5.0
Behavior3/5

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: it returns price, payment location, and an order link, and it implies a nearest-lab ranking. It does not disclose details like whether results are sorted by distance or whether availability varies, but the annotations lower the burden.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, information-dense sentence that front-loads the core purpose and includes a helpful example query. It is slightly long but every clause earns its place; the example query at the end is useful for an agent.

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?

For a read-only lookup tool with two well-documented parameters and no output schema, the description covers the main inputs, the use cases, and the kind of output (price, payment location, order link). It does not specify the output format or sorting, but the annotations and schema cover the rest. The tool is simple enough that this is nearly complete.

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 description coverage is 100%, so the schema already documents both parameters thoroughly. The description adds a little context by listing the test types in prose and noting the default, but it does not add meaning beyond the schema's own descriptions. 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 states a specific verb ('find'), a resource ('Hera partner labs near a US ZIP code'), and the exact use cases (semen analysis, post-vasectomy check, etc.). It also includes a concrete example query ('where can I get a sperm test near me'), which makes the tool's purpose unmistakable and distinguishes it from siblings like get_lab.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly indicates when to use the tool: for location-based lab searches near a ZIP code, and gives a natural-language trigger. It does not explicitly name alternatives or say when not to use it, but the sibling context (get_lab, hera_facts) and the explicit 'near a ZIP code' scope make the usage context clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_labGet details for one labA
Read-onlyIdempotent
Inspect

Address, phone, hours, walk-in policy, at-home collection, visit instructions and prices for one Hera partner lab. labId comes from find_labs.

ParametersJSON Schema
NameRequiredDescriptionDefault
labIdYesThe labId returned by find_labs.

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already establish that this is read-only, idempotent, and non-destructive, so the description does not need to restate those traits. It adds useful context about the result content and the provenance of labId, but it does not disclose additional behavioral aspects like error conditions or data freshness. With annotations covering the safety profile, a score of 3 is appropriate.

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?

The description is a single sentence that front-loads the specific details returned and ends with the key usage dependency. There is no filler or redundant restatement of the tool name or schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter, read-only tool, the description, schema, and annotations cover everything an agent needs: what data comes back, where the labId originates, and the safety profile. Since there is no output schema, the explicit field list is valuable and nothing critical is missing.

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?

The schema already describes labId as 'The labId returned by find_labs' with 100% coverage. The description reinforces this provenance, adding marginal semantic value but not carrying the parameter-documentation burden.

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 identifies the resource as 'one Hera partner lab' and enumerates the exact details returned: address, phone, hours, walk-in policy, at-home collection, visit instructions, and prices. It also differentiates from find_labs by stating that labId comes from find_labs, indicating this is the single-lab lookup after search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The statement 'labId comes from find_labs' explicitly routes an agent to call find_labs first to obtain the identifier. It provides clear context for when to use this tool, though it does not explicitly mention hera_facts or state when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

hera_factsHow Hera worksA
Read-onlyIdempotent
Inspect

Hera Fertility facts in its own words: what Hera is, how ordering works, price, turnaround, results, at-home collection, semen cultures, post-vasectomy checks, DNA fragmentation, sperm freezing, hormone panels, retests, insurance, refunds and changes, medical questions, privacy.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYes

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds behavioral context by saying the facts are 'in its own words', indicating the answers use Hera's own phrasing rather than an independent summary. It also reveals the breadth of content without contradicting any annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence that names the resource before listing all supported topics. Every listed item corresponds to a valid enum value, so there is no filler. It is long but appropriately so, given the tool covers many distinct fact categories.

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?

For a simple one-parameter, read-only facts tool, the description covers the full range of available topics and the nature of the content. It does not describe the exact return format, but 'facts' sufficiently implies textual answers. The lack of an output schema is not a major gap here because the tool's behavior is straightforward.

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?

The sole parameter `topic` is fully enumerated in the schema, and the description mostly repeats those enum values in natural language. It does add readable labels like 'at-home collection' and 'post-vasectomy checks', but it does not define the topics or explain how to map user intent to each enum value. Since schema description coverage is 0%, the description provides only marginal semantic value beyond the enum.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource as Hera Fertility facts and enumerates the full topic scope, so an agent can tell what the tool returns. It does not use an explicit verb like 'returns' or 'explains', but the content is unambiguous. It is also distinct from the sibling lab-lookup tools by nature.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool: whenever a user asks about Hera's services, pricing, process, results, privacy, or related topics. It does not explicitly state when not to use it or compare against find_labs/get_lab, but the topic list provides clear context for selecting it.

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.

  1. 3 tool updates
    • First observedfind_labs
    • First observedget_lab
    • First observedhera_facts

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables users to find upcoming estate sales, moving sales, and estate auctions near a US ZIP code, including sale details and the companies running them.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Provides live US healthcare cost data including procedure cost estimates, provider pricing, insurance coverage rules, and medical bill analysis using real hospital transparency and CMS data.
    12
    46 npm
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables location intelligence for US ZIP codes, allowing users to search, profile, and compare ZIP codes across various domains like crime, income, schools, and more.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources