remove_tags_tool
Remove specific tags from Obsidian notes to clean up outdated labels, eliminate temporary markers, and maintain organized tag systems.
Instructions
Remove specific tags from a note's frontmatter.
When to use:
Cleaning up outdated tags
Removing temporary tags (like 'draft' or 'review')
Tag maintenance and reorganization
After completing tagged tasks
When NOT to use:
Removing all tags (use update_tags with empty list)
Replacing tags (use update_tags with merge=False)
Note: Only removes exact matches. To remove all subtags of a hierarchical tag, list them explicitly or use update_tags.
Returns: Updated tag list after removal, with count of removed tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note | |
| tags | Yes | Tags to remove from the note (without # prefix). Removes exact matches only. | |
| ctx | No |