search_vault_blocks
Search parsed Obsidian note blocks by text, source path, or heading, returning results with file and line provenance for precise retrieval.
Instructions
Search parsed note blocks with file and line provenance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Optional case-insensitive text filter over block content. | |
| limit | No | Maximum rows to return. Capped at 200. | |
| heading | No | Optional case-insensitive filter over heading path. | |
| vault_path | Yes | Path to the Obsidian vault. | |
| source_path | No | Optional case-insensitive filter over source path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |