list_todos
Retrieve all incomplete todos from an Obsidian vault using Dataview. Filter by status, path, tags, or exclude paths to find tasks that need attention.
Instructions
List all incomplete todos from Obsidian vault using Dataview
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | The todo status (e.g. ' ', '!', '*' | |
| completed | No | Do you want completed tasks only? | |
| path | No | Only search beneath this path | |
| tag | No | only match on these tags | |
| exclude | No | A comma separated list of paths to exclude |