list_tasks
Retrieve tasks from Delega task management system with optional filtering by project, label, due date, or completion status.
Instructions
List tasks from Delega, optionally filtered by project, label, due date, or completion status
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Filter by project ID | |
| label | No | Filter by label name | |
| due | No | Filter by due date category | |
| completed | No | Filter by completion status |