get_all_tasks
Retrieve all tasks across projects with optional label filtering for comprehensive task system searches. Use for cross-project queries instead of daily focus management.
Instructions
Get all tasks across all projects with optional label filtering (comprehensive search).
Use when you need to search/filter across your entire task system. For daily focus, use get_daily_productivity_overview() instead.
Args: label: Optional label name to filter by. If None, returns all tasks.
Note: This is a heavy operation that recursively searches all projects.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| debug | No |