bulk-operations
Perform bulk operations on multiple notes: tag, move files, or update frontmatter in Obsidian vaults.
Instructions
Unified bulk operational tool for tagging, moving, and updating frontmatter across multiple notes
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'tag', 'move', 'set-frontmatter' | |
| paths | No | Comma-separated list or JSON array of paths | |
| tag | No | Tag to add or remove | |
| tag_action | No | Action: 'add' (default), 'remove' | |
| dry_run | No | Preview changes without modifying files | |
| destination | No | Destination folder | |
| update_links | No | Whether to update links (default true) | |
| key | No | Frontmatter key | |
| value | No | Value to set |