get_all_tasks
Retrieve all tasks from all projects, with optional filtering by label. Use this tool for a comprehensive search across your entire task system.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional label name to filter by. If None, returns all tasks. | |
| debug | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| metadata | Yes | Metadata about the data itself | |
| summary | Yes | Human-readable insights | |
| debug | Yes | ||
| success | Yes | ||
| api_version | No | current | |
| response_version | No | 1.0 |