get-tasks-by-day
Retrieve tasks scheduled for a specific date from Sunsama, with options to filter by completion status to focus on pending or finished work.
Instructions
Get tasks for a specific day with optional filtering by completion status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| completionFilter | No | Filter tasks by completion status. 'all' returns all tasks, 'incomplete' returns only incomplete tasks, 'completed' returns only completed tasks. Defaults to 'all' | |
| day | Yes | ||
| timezone | No | Timezone string (e.g., 'America/New_York'). If not provided, uses user's default timezone |