Skip to main content
Glama

Biorhythm MCP Server by RoxyAPI

Get daily biorhythm - Seeded reading for daily check-in features

post_biorhythm_daily
Read-only

Get a daily biorhythm reading with seeded randomness for consistent "biorhythm of the day" features. Same seed and same date always produce the same reading, perfect for daily push notifications, morning briefings, and wellness app check-ins. Returns energy rating, overall phase, a spotlight on one featured cycle, quick-read values for all three primary cycles, a daily message, and actionable advice. The spotlight cycle is deterministically selected by the seed, creating variety across users while maintaining consistency for each individual.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily readings or pre-generating future ones.
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
seedNoOptional seed for reproducible readings. Same seed + same date = same reading every time. Pass any unique identifier (userId, email hash, session token). Omit for anonymous daily readings.
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.

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnlyHint=true, destructiveHint=false), and the description adds genuine behavioral value beyond them: seeded determinism ('Same seed and same date always produce the same reading'), deterministic spotlight selection, and the return contents. It does not disclose rate limits or server-side state, but for a non-destructive read with readOnly annotations, the disclosure is more than adequate.

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 a tight, well-ordered four sentences: first the core purpose, then the determinism premise, then the output contents, then the variation/per-user nuance. There is a mild redundancy ('Same seed and same date always produce the same reading' vs. 'The spotlight cycle is deterministically selected by the seed'), but it earns its place by clarifying variety across users while staying stable for one user. No filler.

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?

With no output schema present, the description compensates well by enumerating the returned content (energy rating, overall phase, a featured cycle, quick-read values, daily message, actionable advice). All four optional parameters are fully documented in the schema, the language fallback behavior is captured in the lang parameter, and the use case is fully described. Only edge-case or error behavior is not addressed, but that is a minor gap for a read-only tool of this complexity.

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 description coverage is 100%, so all four parameters (date, lang, seed, compact) are already documented including defaults, formats, and enum values. The description mostly re-states the seed property that the schema already explains ('Same seed + same date = same reading every time'), adding little alignment beyond it. Baseline 3 applies because the description does not need to compensate.

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 resource ('Get a daily biorhythm reading') and immediately scopes it to the 'daily check-in' feature niche, distinguishing it from siblings like post_biorhythm_reading, compatibility, forecast, and critical_days. The daily/seed framing makes the differentiation obvious even without reading the sibling schemas.

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?

It clearly names when to use the tool ('perfect for daily push notifications, morning briefings, and wellness app check-ins'), so an agent can route the right feature here. It does not explicitly name alternatives or say 'use post_biorhythm_reading instead when you need X', but the implied usage context is strong enough to leave only a minor gap.

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