Read Note
obsidian_readRead a note from an Obsidian vault as markdown or structured JSON metadata, to retrieve its content or metadata for automation and analysis.
Instructions
Read a note as markdown, or as structured JSON metadata when asJson is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative note path, e.g. Notes/idea.md | |
| asJson | No | When true, return note metadata JSON instead of markdown. |