get_subtasks_comprehensive
Search subtasks using filters for status, priority, date ranges, and task ID. Configure result limits for tailored output.
Instructions
Advanced subtask search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | 'pending', 'in_progress', 'completed', 'blocked' (NULL = all) | |
| limit | No | Maximum results | |
| date_range_created | No | [start_date, end_date] | |
| date_range_updated | No | [start_date, end_date] | |
| task_id | No | Filter by task | |
| priority | No | 'low', 'medium', 'high', 'critical' |