complete_reminder
Complete a reminder by name, optionally narrowing to a specific list. Returns whether the action succeeded.
Instructions
Mark a reminder as completed.
Args: name: The exact name of the reminder to complete. list_name: Optional list name to narrow the search.
Returns: True if the reminder was found and completed, False otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| list_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |