reminder
Manage reminders by creating, listing, tracking, and updating them with actions like snooze, complete, or dismiss to stay organized.
Instructions
Reminder management. Actions: list, active (pending/overdue), create, snooze, complete, dismiss.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| workspace_id | No | Workspace ID (UUID). | |
| project_id | No | Project ID (UUID). | |
| reminder_id | No | Reminder ID (UUID). | |
| title | No | Short descriptive title. | |
| content | No | Full content/body. | |
| remind_at | No | ISO 8601 datetime | |
| priority | No | Priority level. | |
| recurrence | No | Recurrence pattern (daily, weekly, monthly). | |
| keywords | No | Keywords for matching. | |
| until | No | ISO 8601 datetime | |
| status | No | Input parameter: status. | |
| context | No | Context to match relevant reminders. | |
| limit | No | Maximum number of results to return. |