create_reminder
Create a new reminder with a title, optional due date and notes, and add it to a specific or default list.
Instructions
Create a new reminder.
Args: title: Reminder title list_name: Reminder list to add to (default: "Reminders") due_date: Optional due date (ISO format: YYYY-MM-DDTHH:MM:SS) notes: Optional notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| title | Yes | ||
| due_date | No | ||
| list_name | No | Reminders |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |