get_daily_plan
Retrieve your daily plan, auto-populated with recurring tasks, yesterday's unfinished items, and any tasks or events due today.
Instructions
Return today's curated daily plan.
The plan auto-seeds from recurring tasks, carries forward incomplete items from yesterday, and includes any task/chore/event with a due date falling on the target date in the user's timezone.
Parameters
date : optional YYYY-MM-DD. Defaults to today in the user's timezone. If no timezone is known, defaults to UTC. tz : optional IANA timezone (e.g. "America/Los_Angeles"). Supply if you know the user's local timezone — Claude Desktop / Claude Code typically have this in the system prompt as locale info. Once supplied for the first time, the backend persists it as the user's preference, so future calls don't need to repeat it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| tz | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |