obsidian_search_notes
Search notes in an Obsidian vault using text queries or regex patterns, with options for case sensitivity and content search.
Instructions
Search for notes containing specific text or matching a pattern.
Args:
vault: Name or path of the vault
query: Search query (supports regex patterns)
case_sensitive: Whether search is case sensitive
search_content: Whether to search in file content (not just names)
Returns:
JSON array of matching notes with contextInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| query | Yes | ||
| case_sensitive | No | ||
| search_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |