extract_tasks
Extract open checkbox tasks from Obsidian vault notes. Optionally filter by folder or include completed tasks.
Instructions
Extract checkbox tasks (- [ ] / - [x]) from vault notes. Optionally scope to a folder. By default returns only open tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Scope to folder (e.g. "01_Projects" or "01_Projects/SimpleClaw") | |
| include_completed | No | Include completed tasks (default: false) |