tasks
Retrieve tasks from an Obsidian vault with configurable filters for status, file, path, and format. Output as JSON, TSV, or CSV.
Instructions
List tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | No | Optional Obsidian vault name; defaults to OBSIDIAN_READONLY_VAULT. | |
| file | No | ||
| path | No | ||
| format | No | tsv | |
| status | No | ||
| total | No | ||
| done | No | ||
| todo | No | ||
| verbose | No | ||
| active | No | ||
| daily | No |