list_vault_tasks
Retrieve parsed Markdown tasks from your Obsidian vault with provenance, filterable by completion state, 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 |