Add Tags to Note
bear-add-tagAdd tags to a Bear note to organize and categorize it. Provide the note ID and an array of tag names (without #). Tags are inserted at the beginning of the note.
Instructions
Add one or more tags to an existing Bear note. Tags are added at the beginning of the note. Use bear-list-tags to see available tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note identifier (ID) from bear-search-notes or bear-find-untagged-notes | |
| tags | Yes | Tag names without # symbol (e.g., ["career", "career/meetings"]) |