Biorhythm
asterwise_get_biorhythmComputes physical (23-day), emotional (28-day), and intellectual (33-day) biorhythm cycles for a birth date.
WORKFLOW: BEFORE: None — standalone. AFTER: asterwise_get_nakshatra_prediction — for the Vedic personalized daily prediction.
INPUT CONTRACT: birth_date (required): Date of birth in YYYY-MM-DD format. target_date (optional): Date to compute for. Defaults to today. days (optional int 1-90): Number of consecutive days. Default 1.
DO NOT CONFUSE WITH: asterwise_get_nakshatra_prediction — Vedic Tarabala/Chandrabala daily prediction. asterwise_get_panchanga — Vedic daily panchanga elements, not biorhythm cycles.
Full output and error contract: https://docs.asterwise.com/mcp/tools/get-biorhythm/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of consecutive days to include, starting from the target date. | |
| birth_date | Yes | Date of birth, YYYY-MM-DD. | |
| target_date | No | Date to chart the cycles for, YYYY-MM-DD. Defaults to today. | |
| response_format | No | Output format: 'markdown' (default) for a readable report, or 'json' for the raw structured payload. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |