Read an Obsidian Base — parsed YAML metadata
obsidian_read_baseParse Obsidian .base files into structured JSON to inspect filters, formulas, properties, and views without executing queries. Useful for surfacing saved queries or deciding which view to run.
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) |