Skip to main content
Glama

Biorhythm MCP Server by RoxyAPI

Get biorhythm reading - Complete cycle analysis for any date

post_biorhythm_reading
Read-only

Calculate a complete biorhythm reading for a given birth date and target date. Returns all 10 cycle values (physical, emotional, intellectual, intuitive, aesthetic, awareness, spiritual, passion, mastery, wisdom), phase detection with 8 distinct states, energy rating (1-10), overall phase assessment, editorial-grade interpretation, actionable advice, and critical day alerts. Perfect for wellness apps, dating platforms, productivity tools, and AI chatbot integrations that need structured biorhythm data.

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.
birthDateYesBirth date of the person in YYYY-MM-DD format. This is the anchor for all biorhythm cycle calculations.
targetDateNoDate to calculate the reading for in YYYY-MM-DD format. Defaults to today (UTC) if omitted.

TDQS

A3.7/5.0
Behavior4/5

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

There is no contradiction with readOnlyHint/destructiveHint, since the tool only calculates and returns values. The description adds useful behavioral detail beyond annotations: specific cycle outputs, phase states, energy rating, interpretation, advice, and critical-day alerts, which helps the agent know what to expect from the response.

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 one substantive sentence followed by a short use-case sentence. It front-loads the verb and inputs, and the list of return values is valuable for selecting and invoking the tool correctly. The second sentence is mildly promotional but compact.

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?

Given there is no output schema, the description compensates by enumerating the result dimensions: all cycles, phase states, energy rating, interpretation, advice, and critical alerts. It is sufficiently rich for an agent to select and invoke this calculation tool. The main minor gaps are exact output field names and JSON shape, which are not critical for invocation because the description already conveys what to expect.

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 coverage is 100%, so the baseline is 3. The description correctly mentions birthDate and targetDate, but adds no meaning beyond what the schema and its parameter descriptions already state. lang and compact are thoroughly documented in the schema, so the description is not required to repeat them.

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 uses a specific verb+resource ('Calculate a complete biorhythm reading') and names the core inputs (birthDate, targetDate). It enumerates the 10 cycle values and assessment components, which makes it distinct in substance from siblings, but it does not explicitly name or contrast with sibling tools like post_biorhythm_daily or post_biorhythm_phases.

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

Usage Guidelines3/5

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

The description gives clear use-context ('wellness apps, dating platforms, productivity tools, AI chatbot integrations') and implies a need for full structured biorhythm data. However, it never says when to prefer this tool over the sibling variants or when not to use it, so the guidance remains implied rather than explicit.

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