bulk_update_notes
Batch update multiple notes with common changes: trash, archive, pin, or modify labels. Reduces repetitive manual edits.
Instructions
Apply the same change(s) to multiple notes in a single sync.
Does not support permanent deletion — trash notes in bulk here, then use delete_note individually once you're sure.
Args: note_ids: IDs of the notes to update. trashed: If set, trash (True) or restore (False) all notes. archived: If set, archive (True) or unarchive (False) all notes. pinned: If set, pin (True) or unpin (False) all notes. add_label: Label name to add to all notes (created if it doesn't exist). remove_label: Label name to remove from all notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pinned | No | ||
| trashed | No | ||
| archived | No | ||
| note_ids | Yes | ||
| add_label | No | ||
| remove_label | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |