list_tasks
Retrieve tasks from your Obsidian vault or a specific note, with filters for completion status and output format.
Instructions
List tasks (checkboxes) in the vault or a specific note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Note name (wikilink-style resolution) | |
| path | No | Exact path from vault root | |
| daily | No | Search in daily note | |
| status | No | Filter by status character (e.g. 'x' for done, ' ' for open) | |
| total | No | Show only the total count | |
| done | No | Show only completed tasks | |
| todo | No | Show only incomplete tasks | |
| verbose | No | Show detailed info | |
| format | No | Output format | |
| active | No | Only active file |