reminders_add
Set reminders for yourself or team members by specifying content and trigger time, with optional recurrence.
Instructions
Create a reminder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The content of the reminder (e.g. ``eat a banana``). | |
| time | Yes | When to trigger — a Unix timestamp, seconds from now, or natural language (e.g. ``in 15 minutes``). | |
| user | No | User who will receive the reminder; defaults to the authenticated user (e.g. ``U0123``). | |
| team_id | No | Encoded team ID the reminder belongs to, required for org-wide app tokens (e.g. ``T0123``). | |
| recurrence | No | Recurring schedule, e.g. ``{"frequency": "weekly", "weekdays": ["monday"]}``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||