get_file
Retrieve content from any file in an Obsidian vault. Optionally return structured JSON with metadata for easier processing.
Instructions
Get the content of a specific file in the vault
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asJson | No | Return structured JSON with metadata instead of raw markdown | |
| filename | Yes | Path to the file relative to vault root |