get_calendar_day
Retrieve all drafts for any calendar day, sorted by effective time. Answer 'what's going out tomorrow' or inspect a specific date's posts using optional status and platform filters.
Instructions
Fetch all drafts for a single calendar day (in the workspace's timezone). Use this when the user asks 'what's going out tomorrow', 'show me Friday's posts', or wants to inspect a specific date in the calendar. Returns the full Draft[] for that day, sorted by their effective time (scheduledFor if scheduled, publishedAt if published, submittedAt otherwise). Empty array if no drafts that day (never 404). Optional filters mirror list_drafts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | Yes | Calendar day in YYYY-MM-DD, e.g. "2026-07-15". | |
| status | No | Optional status filter, same semantics as list_drafts. | |
| platform | No | Optional platform filter, same semantics as list_drafts. |