whenpeak_quick_predict
Predict one day's cognitive performance curve from a single night of sleep
the user describes to you.
Returns the 24-hour curve, the primary and secondary peak times, the natural
afternoon dip, the estimated chronotype, a readiness score and a confidence
level, so you can tell the user when to put demanding work and when to
protect the dip.
Choose this tool when the question is about one specific day. Use
whenpeak_multiday_predict for a span of several days. Use
whenpeak_performance_now when the question is about this moment and the
server is configured with the user's own account.
Public and keyless: no API key is required. Read-only, with no side effects.
Nothing is stored, no account is created or modified, and the sleep values
passed in are not retained.
Args:
wake_time: this morning's wake time, "HH:MM" (e.g. "07:30")
sleep_time: last night's sleep time, "HH:MM" (e.g. "23:00")
sleep_quality: "good" | "fair" | "poor"
exercise_yesterday: whether the user exercised yesterday. Leave unset if
unknown rather than guessing False.
exercise_timing: "morning" | "afternoon" | "evening". Leave unset if
unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wake_time | Yes | ||
| sleep_time | Yes | ||
| sleep_quality | No | fair | |
| exercise_timing | No | ||
| exercise_yesterday | No |