set_reminder
Schedule macOS notifications for any time using natural language like 'in 2 hours' or 'tomorrow at 8am'. Get a reminder ID to cancel if needed.
Instructions
Schedule a reminder that fires a macOS notification at the specified time. Accepts natural-language time: 'in 2 hours', 'in 30 minutes', 'at 9:00 am', 'at 3pm', 'tomorrow at 8am'. Returns a reminder ID that can be used with cancel_reminder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | When to fire the reminder. Examples: 'in 2 hours', 'in 30 minutes', 'at 9:00 am', 'at 3pm', 'tomorrow at 8am'. | |
| message | Yes | The reminder text to display in the notification. |