list_tasks
List tasks from a .pod project file, showing hierarchy, dates, and predecessors. Filter by completion status or date range.
Instructions
List tasks in a .pod project with hierarchy, dates, and predecessors.
Args: path: Absolute path to the .pod file. incomplete_only: Drop summary rows and tasks at 100%. start_after: Keep tasks starting on/after this date (YYYY-MM-DD). finish_before: Keep tasks finishing on/before this date (YYYY-MM-DD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| start_after | No | ||
| finish_before | No | ||
| incomplete_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |