get_file_contents
Retrieve the full content of a single file from an Obsidian vault by specifying its file path. Use this to access file contents for reading or processing.
Instructions
Returns the content of a single file in your vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vaultId | No | Optional vault ID (defaults to configured default vault). | |
| filepath | Yes | Path to the file (relative to vault root). |