obsidian_remove_tag
Remove a specified tag from a note in your Obsidian vault by providing the vault, note path, and tag name.
Instructions
Remove a tag from a note.
Args:
vault: Name or path of the vault
path: Path to the note within the vault
tag: Tag to remove (without # prefix)
Returns:
Success message or errorInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| path | Yes | ||
| tag | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |