search_query
Search markdown notes in an Obsidian vault by full-text query and return matching results with an optional limit.
Instructions
Full-text search markdown notes in the vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hits | Yes | ||
| query | Yes | ||
| total | Yes |