notion_get_overdue_tasks
Retrieve all overdue tasks from Notion, including past-due items not marked done, archived, or overdue. Get a JSON array of task details to review and reschedule missed deadlines.
Instructions
Return all overdue tasks — either explicitly marked Overdue or with a due date in the past that isn't marked Done, Archived, or Overdue.
Returns: str: JSON array of overdue task dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |