get-task
Retrieve specific task details by providing PRD ID, User Story ID, and Task ID. Integrates with Specif-ai MCP Server to manage and interact with project specifications efficiently.
Instructions
Get a Task for a particular User Story in a particular PRD
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Absolute path where the tool is called from to auto-infer the project path. This path will be current working directory (cwd) from where the tool is called. | |
| prdId | Yes | The ID of the PRD to get user stories for | |
| taskId | Yes | The ID of the Task to get | |
| userStoryId | Yes | The ID of the User Story to get tasks for |