complete_reminder
Mark reminders as completed or un-completed in Apple Reminders using the iconnect-mcp server. Manage task status by providing the reminder ID and completion state.
Instructions
Mark a reminder as completed or un-complete it.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Reminder ID | |
| completed | No | Set to true to complete, false to un-complete (default: true) |