batch_get_file_contents
Retrieve the contents of multiple files from an Obsidian vault in a single operation, with each file's content preceded by a header for clarity.
Instructions
Return the contents of multiple files concatenated with headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vaultId | No | Optional vault ID (defaults to configured default vault). | |
| filepaths | Yes | List of file paths to read (relative to vault root). |