Create a reminder
create_reminderSet (or reschedule) a reminder on a saved item, by its id (ids come from search/fetch). Example: {itemId: '...', remindAt: '2026-07-10T09:00:00Z', deliveryMethod: 'email'}. One reminder per item - calling again reschedules it. email is free; whatsapp and telegram are Pro only (a free user requesting them is rejected).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The saved item to remind about (from search/fetch) | |
| message | No | Optional custom reminder message | |
| remindAt | Yes | When to remind - ISO datetime, e.g. 2026-07-10T09:00:00Z | |
| deliveryMethod | No |