rename_tag
Renames a tag across all notes, updating every occurrence to the new tag name. Returns the count of notes updated.
Instructions
Rename a tag across all notes.
Args: old_tag: Tag to rename new_tag: New tag name
Returns: Count of notes updated, or error dict if validation fails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_tag | Yes | ||
| old_tag | Yes |