rename_tag
Renames a specified tag in all notes, updating every note that uses the old tag to the new one.
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 |