List Obsidian Bases (.base) files
obsidian_list_basesList Obsidian .base files with view names and counts to discover which structured queries exist before reading or executing them.
Instructions
v3.2.0 — Lists .base files (Obsidian's structured-query primitive — YAML files defining filters/views over the vault) with each base's view count and view names. Read-only. Honors --exclude-glob and --read-paths. Use this to discover which bases exist before calling obsidian_read_base (metadata) or obsidian_query_base (execute filters). Sorted by mtime descending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max bases to return (default 100) | |
| folder | No | Restrict the listing to a subfolder |