list_vault_tasks
Lists parsed markdown tasks from an Obsidian vault, including their source file and line. Filter by completion, text, or source path.
Instructions
List parsed Markdown tasks with provenance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Optional case-insensitive text filter over task text. | |
| limit | No | Maximum rows to return. Capped at 200. | |
| checked | No | Filter by task completion state. Omit to return both. | |
| 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 |