get-tasks
Retrieve tasks for a specific user story by providing the PRD ID, user story ID, and current working directory using the MCP server for Specif-ai.
Instructions
Get Tasks for a particular User Story
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 | |
| userStoryId | Yes | The ID of the User Story to get tasks for |