get_task
Retrieve detailed task information by ID, filter by status, or access related files like complexity reports within the project root directory. Designed for Task Master's AI-driven development environment.
Instructions
Get detailed information about a specific task
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 | |
id | Yes | Task ID(s) to get (can be comma-separated for multiple tasks) | |
projectRoot | Yes | Absolute path to the project root directory (Optional, usually from session) | |
status | No | Filter subtasks by status (e.g., 'pending', 'done') | |
tag | No | Tag context to operate on |