set_item_indent
Change an existing checklist item's nesting depth, matched by text (case-insensitive, whole-item match, not substring). 0 = top level, 1 = nested one level, etc. Fails with an error if no item matches — call get_note first if you're not sure of the exact wording.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note ID | |
| item | Yes | Text of the item to reindent (case-insensitive, must match a full item, not a fragment) | |
| indent | Yes | New nesting depth, 0 = top level |