Cycle predict next period
cycle_predict_next_periodPredicts next period start date and average cycle length from period history, with confidence levels and irregular-cycle support.
Instructions
Given period history, returns the average cycle length and the next-expected period start date with confidence. v0.3.3 adds cycle_irregular — when true, accepts cycles 21-90 days and caps confidence at 'low' (PCOS / unpredictable patterns).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| history | Yes | ||
| privacy_mode | No | Optional privacy mode: summary | structured | raw. summary omits free-text notes when present; structured/raw return full payload. | |
| cycle_irregular | No | v0.3.3 — PCOS / irregular-cycle mode. When true: accepts cycles 21-90 days, caps confidence at 'low', surfaces clinician-defer warning. Default false. |