Cycle predict next period
cycle_predict_next_periodPredict the next period start date and average cycle length from period history. Supports irregular cycles (21-90 days) with low confidence for PCOS patterns.
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 | ||
| 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. |