create_reminder
Set a reminder with title and timezone-aware date, link it to a project, and configure email or in-app notifications.
Instructions
Create a reminder. Title and remind_at are required. remind_at must include timezone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Additional notes | |
| title | Yes | Reminder title | |
| note_uuid | No | Link to a specific note | |
| remind_at | Yes | When to remind (ISO 8601 with timezone, e.g. 2025-12-15T09:00:00+00:00) | |
| task_uuid | No | Link to a specific task | |
| send_email | No | Send email notification (default: true) | |
| send_in_app | No | Send in-app notification (default: true) | |
| project_uuid | Yes | UUID of the project |