obsidian_read
Read an Obsidian note by wikilink name or exact vault path to retrieve its content.
Instructions
Read a note by file name (wikilink-style) or exact path.
Parameters: file (optional) — note name using wikilink resolution (e.g. 'My Note') path (optional) — exact vault-relative path (e.g. 'folder/My Note.md') One of file or path is required.
Examples: obsidian_read({ file: "Meeting Notes" }) obsidian_read({ path: "Projects/todo.md" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | File name (wikilink resolution) | |
| path | No | Exact file path |