get_base
Read a .base file from an Obsidian vault, returning structured data and raw YAML. Handles imperfect files by providing a parse error field instead of failing.
Instructions
Read a .base file as a parsed structure plus its raw YAML.
Tolerant of imperfect files: if the YAML cannot be parsed, the raw content is returned with a "parse_error" field instead of failing.
Args: path: Vault-relative path to the .base file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |