bear_toggle_todo
Toggle a specific TODO item in a Bear note between complete and incomplete using the note's ID and the item's index number.
Instructions
Toggle a specific TODO item in a Bear note between complete and incomplete. The item_index is 1-based — use bear_get_todos first to see the list with index numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note ID (uniqueIdentifier) | |
| item_index | Yes | 1-based index of the TODO item to toggle |