get_sidequests_comprehensive
Retrieve sidequests with comprehensive filters including status, priority, creation or update dates, and links to tasks or subtasks for precise retrieval.
Instructions
Advanced sidequest 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 paused task | |
| subtask_id | No | Filter by paused subtask | |
| priority | No | 'low', 'medium', 'high', 'critical' |