Bulk rename a tag
obsidian_rename_tagReplace all instances of an existing tag with a new tag across your entire Obsidian vault.
Instructions
Renames a tag across every note in the vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | No | Vault name to target. Optional — defaults to the most recently focused vault. | |
| old | Yes | Existing tag name (e.g. '#old'). | |
| new | Yes | New tag name (e.g. '#new'). | |
| confirm | No | Set to true to skip the interactive confirmation prompt. Use only when the caller has already confirmed with the user. |