obsidian_add_tag
Add a tag to a note in an Obsidian vault. Provide the vault, note path, and tag (no #). Returns confirmation or error.
Instructions
Add a tag to a note.
Args:
vault: Name or path of the vault
path: Path to the note within the vault
tag: Tag to add (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 |