search_dataview
Query an Obsidian vault using Dataview DQL to retrieve notes, tables, and metadata. Requires the Dataview plugin.
Instructions
Run a Dataview DQL query against the vault. Requires the Dataview plugin to be installed in Obsidian. Example: 'TABLE file.mtime AS "Modified" FROM "Notes" SORT file.mtime DESC'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dql | Yes | Dataview Query Language (DQL) query string |