Skip to main content
Glama

Biorhythm MCP Server by RoxyAPI

Calculate compatibility - Biorhythm alignment between two people

post_biorhythm_compatibility
Read-only

Calculate biorhythm compatibility between two people by overlaying their cycle profiles on a target date. Returns per-cycle alignment scores (0-100) for physical, emotional, and intellectual cycles, an overall compatibility score, relationship rating, strengths, challenges, practical advice, and a daily sync snapshot showing the absolute difference in each primary cycle. Perfect for dating apps, relationship platforms, team-building tools, and couples coaching applications.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoResponse language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.en
compactNoSet true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {"__cols":[names],"__rows":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.
person1Yes
person2Yes
targetDateNoDate to evaluate compatibility on in YYYY-MM-DD format. Defaults to today (UTC). Compatibility varies by day since biorhythm cycles are continuous.

TDQS

A4.3/5.0
Behavior4/5

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

The description discloses what the operation does beyond the readOnlyHint: it overlays cycle profiles on a target date and returns computed alignment scores, an overall score, rating, and detailed narrative outputs. It also flags that compatibility is date-dependent. There is no contradiction with annotations, and no hidden mutation is implied.

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 compact and front-loaded: the first sentence states what the tool does and the target input, the second sentence lists key outputs, and the third sentence gives actionable use cases. Every sentence contributes context without redundancy.

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?

Even though there is no output schema, the description enumerates the important return fields: per-cycle scores, overall score, relationship rating, strengths/challenges, advice, and daily sync snapshot. Combined with the schema's detailed parameter documentation, an agent has enough guidance to invoke the tool and interpret its result.

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 input schema has descriptions for targetDate, lang, compact, and birthDate nested under person1 and person2, but schema description coverage is only 60%. The description adds little parameter-specific detail beyond mentioning the target date. It does not explain compact mode, language behavior, or person-object shape, so it doesn't significantly compensate for the coverage gap.

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 starts with a specific verb and resource: 'Calculate biorhythm compatibility between two people by overlaying their cycle profiles.' This clearly distinguishes it from the sibling biorhythm tools, which are single-person daily, forecast, phases, or critical-day calculations. It also specifies the main output categories, so an agent can recognize the intended operation quickly.

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 gives clear use contexts such as dating apps, relationship platforms, team-building tools, and couples coaching. It does not explicitly list alternative sibling tools or exclusion criteria, but the 'between two people' phrase and the compatibility focus make the intended scenario evident. A small gap is that it never says 'use a single-person biorhythm tool if there is only one person.'

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.2/5.0
Disambiguation4/5

Each tool targets a different use case (single reading, daily feature, forecast, critical days, phases, compatibility), but reading, daily, and phases all provide cycle data and could be confused. Descriptions help clarify, but there is some overlap in raw cycle values.

Naming Consistency5/5

All tool names follow the exact pattern of 'post_biorhythm_' followed by a clear noun (compatibility, critical_days, daily, forecast, phases, reading). This is fully consistent and easy to predict.

Tool Count5/5

Six tools is well within the ideal range and each tool covers a distinct feature of the biorhythm domain. No redundant or missing high-level capabilities.

Completeness5/5

The set covers single-day readings, range forecasts, critical day alerts, phase summaries, daily features, and compatibility, essentially the complete biorhythm API surface. No obvious dead ends or missing operations for this domain.

Resources