Read an Obsidian Base — parsed YAML metadata
obsidian_read_baseParses a .base file into structured JSON to reveal filters, formulas, properties, summaries, and views without executing the query. Use to inspect base structure before selecting a view.
Instructions
v3.2.0 — Parses a .base file into structured JSON (filters, formulas, properties, summaries, views). Does NOT execute the query — use obsidian_query_base for that. Useful when an agent wants to introspect the structure of a base before deciding which view to run, or to surface the base's saved queries to the user. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path of the .base file (with or without .base) |