vault_add_links
Add annotated wikilinks to a note's section (default: ## Related), deduplicating by basename and creating the section if missing. Requires exact vault-relative paths.
Instructions
Add annotated wikilinks to a note's section (default: ## Related). Deduplicates by basename (skips links already present). Creates the section if missing. Requires exact path. Paths in this tool's output are formatted as markdown links [vault-relative-path.md](obsidian://...) so users can Cmd/Ctrl-click to open in Obsidian. Preserve the link form when relaying paths to the user; pass only the bracket text (e.g. 01-Projects/Foo/note.md) to other vault tools' path arguments, never the full markdown link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Exact path to the note (vault-relative, e.g., '01-Projects/MyApp/research/caching.md') | |
| links | Yes | Links to add | |
| section | No | Target section heading (default: '## Related') | |
| create_section | No | Create section if missing (default: true) |