notes_read
Read a markdown note from an Obsidian vault by relative path, enabling AI assistants to fetch specific vault content for search, review, or reference tasks.
Instructions
Read a markdown note from the vault by relative path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| tags | No | ||
| title | Yes | ||
| content | Yes |