get_tasks
Retrieve tasks from Task Master, enabling filtering by status and including subtasks for comprehensive task management in AI-driven development workflows.
Instructions
Get all tasks from Task Master, optionally filtering by status and including subtasks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
complexityReport | No | Path to the complexity report file (relative to project root or absolute) | |
file | No | Path to the tasks file (relative to project root or absolute) | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
status | No | Filter tasks by status (e.g., 'pending', 'done') or multiple statuses separated by commas (e.g., 'blocked,deferred') | |
tag | No | Tag context to operate on | |
withSubtasks | No | Include subtasks nested within their parent tasks in the response |