Skip to main content
Glama

get_affirmations

PAID $0.10 via x402 (USDC micropayment over HTTP 402). Returns a set of practitioner-written positive affirmations matched to a specific pregnancy or postpartum stage. Set 'stage' to one of: 't1-t2' (first/second trimester), 't3' (third trimester), 'labour', 'caesarean', 'postpartum', or 'identity' (matrescence / becoming-a-mother). If omitted or unmatched, the first set is returned. Set 'lang' to 'en' (default) or 'hu'. Returns the id, title, stage, the list of affirmation lines, and a verification block.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoResponse language: 'en' (default) or 'hu'.
stageNoTarget stage: 't1-t2', 't3', 'labour', 'caesarean', 'postpartum', or 'identity'. Optional; first set returned if omitted.

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden, and it does this excellently. It discloses the $0.10 x402 payment side effect, the fallback behavior for omitted/unmatched stages, the default language, and the verification block — all beyond what the schema reveals. It even flags the likely side effect of a paid HTTP 402 flow.

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 three sentences and every sentence earns its place: the paid call warning, the stage semantics, and the return shape. It is front-loaded with the most operationally important fact (cost) and avoids filler or repetition of the name.

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 simple tool with two optional parameters and no output schema, the description is complete. It covers the payment side effect, parameter values, defaults, fallback behavior, and returned fields. An agent has everything it needs to invoke the tool correctly without inspecting further.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers 100% of the parameters with descriptions, so the baseline is 3. The description adds value by explaining the 'identity' stage as 'matrescence / becoming-a-mother' and by explicitly stating the default/omitted behavior for both 'stage' and 'lang', which is not fully encoded in the schema descriptions.

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 uses a specific verb ('Returns') with a clear resource ('practitioner-written positive affirmations') and states the matching criterion (pregnancy or postpartum stage). It also names the exact parameter values, making it easy to distinguish from sibling tools like get_stage_guidance or get_technique.

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 conveys when to use the tool: whenever the agent needs affirmations for a specific pregnancy or postpartum stage. It does not explicitly name alternative tools or say when not to use it, but the context is unambiguous enough for an agent to route correctly.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool retrieves a distinct type of content (Q&A, affirmations, audio, guide, facts, stage guidance, technique, catalog). The descriptions clearly differentiate them, minimizing confusion for an agent.

Naming Consistency4/5

Most tools follow a 'get_<content>' pattern, but 'ask' and 'list_catalog' deviate. The naming is clear and readable, but not perfectly uniform.

Tool Count5/5

With 8 tools, the set covers essential content types without being overwhelming. The scope is well-scoped for a pregnancy/birth resource server.

Completeness4/5

The tools cover a broad range of content (questions, affirmations, audio, guides, facts, stage guidance, techniques, catalog). Minor gaps exist (e.g., no bundled retrieval per stage), but the core lifecycle is complete.

Resources