Skip to main content
Glama

Biorhythm MCP Server by RoxyAPI

Get biorhythm forecast - Multi-day cycle predictions with best and worst days

post_biorhythm_forecast
Read-only

Generate a biorhythm forecast for a date range up to 90 days. Returns daily cycle values for physical, emotional, intellectual, and intuitive cycles, daily energy ratings, critical day identification, and a summary with best day, worst day, average energy, and period-level guidance. Ideal for wellness apps, productivity planners, scheduling tools, and calendar integrations that need forward-looking 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.
endDateNoEnd date of the forecast range in YYYY-MM-DD format. Defaults to startDate + 30 days. Maximum range: 90 days.
birthDateYesBirth date of the person in YYYY-MM-DD format.
startDateNoStart date of the forecast range in YYYY-MM-DD format. Defaults to today (UTC).

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds useful behavioral detail by describing the exact forecast payload: daily cycle values, energy ratings, critical days, and a summary with best/worst day and average energy, which is valuable because no output schema is present.

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 efficient and front-loads the 90-day forecast scope before outlining outputs. The first sentence is somewhat packed with output details, but this is generally justified in the absence of an output schema. The 'ideal for' sentence adds practical context without significant bloat.

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 does a good job describing what the forecast includes: daily cycle values, energy ratings, critical days, and a summary. It could more explicitly differentiate from post_biorhythm_daily or post_biorhythm_critical_days, but the title and content supply enough orientation for most agents to invoke it correctly.

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?

schemata description coverage is 100%, meaning every parameter already has a description, defaults, formats, and enums in the schema. The tool description does not add meaningful parameter semantics beyond what the schema documents, so the baseline score of 3 applies.

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 opens with a specific verb and object: 'Generate a biorhythm forecast for a date range up to 90 days.' It also enumerates the returned content including daily cycle values, critical day identification, best/worst day, and average energy, so an agent can distinguish this from single-day or critical-days siblings.

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 intended use context: wellness apps, scheduling, productivity planners, and calendar integrations needing forward-looking biorhythm data. It does not explicitly state when not to use it or name alternatives such as post_biorhythm_daily or post_biorhythm_critical_days, but the multi-day framing provides workable context.

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