bear_toggle_todo
Mark a specific TODO item in a Bear note as complete or incomplete. Use this tool to track task progress by toggling items between done and pending states.
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 |