obsidian_query
Filter Obsidian notes by frontmatter field values to retrieve notes matching specific metadata criteria such as status, type, or project.
Instructions
Find notes by frontmatter field values. E.g. find all notes where status = 'in-progress'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | Frontmatter field name to filter by (e.g. 'status', 'type', 'project') | |
| value | Yes | Value to match (case-insensitive) |