get_task
Retrieve a specific task by ID, using optional phase and user filters to fetch the exact task details from your project.
Instructions
Get a single task by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | User ID for multi-user support | |
| phase | Yes | Phase name (empty string for auto-resolve from unique match) | |
| project | No | Project ID | |
| task_id | Yes | Task ID (e.g., T01) |