obsidian_search_by_property
Search Obsidian notes by frontmatter property value using operators such as equals, contains, greater than, less than, or exists. Returns matching notes as JSON.
Instructions
Search notes by frontmatter property value.
Args:
vault: Name or path of the vault
property_name: Name of the property to search
property_value: Value to search for (optional for "exists" operator)
operator: Comparison operator ("equals", "contains", "gt", "lt", "exists")
Returns:
JSON array of matching notesInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| property_name | Yes | ||
| property_value | No | ||
| operator | No | equals |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |