motherwise
Server Details
Certified hypnobirthing & matrescence content (EN+HU) by practitioner Julia Farkas. Paid via x402.
- 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.1/5 across 3 of 3 tools scored.
Each tool has a distinct purpose: list_catalog lists available items, get_audio retrieves audio tracks, get_guide retrieves a guide. No overlap in functionality.
All tool names follow a consistent verb_noun pattern (list_catalog, get_audio, get_guide), making them predictable and easy to understand.
Three tools is appropriate for a focused content delivery server covering catalog listing and two content types. Neither too few nor excessive.
The tool set covers essential operations: listing the catalog and retrieving the two available content types (audio and guide). No obvious missing functionality for this domain.
Available Tools
3 toolsget_audioAInspect
PAID $1.00 (x402/USDC). Guided birth-relaxation MP3 by certified practitioner Julia Farkas (EN/HU). Returns a one-time download link (valid 15 minutes). Get track ids from list_catalog.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Track id, e.g. AU-01 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses key behaviors: paid nature ($1.00), one-time download link, and 15-minute expiration. No annotations provided, so description carries full burden and meets it well.
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?
Three focused sentences with no redundancy: cost and content, output behavior, and prerequisite. Front-loaded with essential payment 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?
Covers all relevant aspects: purpose, cost, author, language, output type, expiration, and data source. Fully sufficient for a simple single-parameter 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?
Schema covers parameter 'id' completely, but description adds value by directing users to 'list_catalog' for valid IDs, supplementing the schema example.
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 that the tool returns a one-time download link for a specific audio track, distinguishing it from sibling tools like 'list_catalog' and 'get_guide'.
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 advises using 'list_catalog' to obtain track IDs and mentions the download link's 15-minute validity, providing clear usage context without explicit exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_guideAInspect
PAID $0.10 (x402/USDC). The Birth Partner's Role — complete practitioner-verified guide (EN) by certified hypnobirthing practitioner Julia Farkas. Educational, not medical advice.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses it is paid ($0.10) and educational (not medical advice), which are important behavioral traits. However, it does not specify read-only nature, authentication needs, or rate limits. Since no annotations exist, the description partially fulfills transparency.
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?
Single sentence covering cost, content, author, and disclaimer. No wasted words; every element 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?
Given no output schema, the description tells what the tool returns (a guide) but omits the return format (e.g., text/JSON). It adequately covers cost and disclaimer, but slightly incomplete regarding output structure.
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 schema provides no constraints. The description adds context about the fixed output (complete guide), exceeding the baseline expectation for a paramless 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 clearly states the tool returns a specific guide ('The Birth Partner's Role') by a named author, with a paid cost. It differentiates from siblings 'get_audio' (audio) and 'list_catalog' (listing) by focusing on a detailed guide resource.
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?
No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, context, or exclusions, leaving the agent without decision support.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_catalogAInspect
FREE. Catalog of certified birth-preparation & hypnobirthing content (English + Hungarian) by certified practitioner Julia Farkas: guides and guided-relaxation audio. Use before get_guide / get_audio.
| 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 provided, the description must disclose behavioral traits. It only mentions 'FREE' (likely indicating no cost) but fails to describe whether the tool is read-only, requires authentication, or how the catalog is returned. The agent is left guessing about error handling or pagination.
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 but slightly long sentence. It is front-loaded with 'FREE' and states the purpose and usage. It could be more concise by splitting into two sentences, but overall it is well-structured.
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 simplicity (0 parameters, no output schema) and the presence of sibling tools, the description provides enough context: it is a catalog listing before retrieval. However, it does not specify the return format (e.g., list of IDs or names), which would enhance completeness.
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 (schema coverage 100%), so the description need not add parameter details. It does provide useful context about the content of the catalog, which helps the agent understand what will be listed. Baseline for 0 parameters is 4.
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 that the tool lists a catalog of certified birth-preparation and hypnobirthing content, specifying the types (guides, audio) and languages. It also explicitly mentions usage before get_guide/get_audio, distinguishing it from sibling tools.
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 clear context: 'Use before get_guide / get_audio.' This tells the agent when to invoke this tool relative to its siblings. However, it does not explicitly state when not to use it or mention any prerequisites, but the instruction is sufficient for a simple listing tool.
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!