What should happen now
next_actionsRetrieve the current phase and ordered checklist of due actions for meal planning, execute them, and repeat until all tasks are completed.
Instructions
START HERE. Returns the current phase and an ordered checklist of tool calls that are due right now (propose, send ballot, remind non-voters, add options for feedback, lock in, shop), with why and the arguments/message text to use. Execute them, then call again until empty. Idempotent and time-aware; safe to call on a schedule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | No | ||
| phase | Yes | new_cycle | voting | shopping | cooking | idle | subscription_required | |
| voted | No | ||
| actions | Yes | Ordered checklist of tool calls due now; empty means nothing to do | |
| billing | No | ||
| settings | No | ||
| hours_open | No | ||
| next_check | No | ||
| cycle_start | No | ||
| not_yet_voted | No | ||
| voting_closes_at | No | ||
| voting_closes_local | No |