Specif-ai MCP Server

Official

get-task

Retrieve a specific task for a user story within a product requirements document using the Specif-ai MCP Server tool. Inputs include PRD ID, user story ID, task ID, and working directory for project context.

Instructions

Get a Task for a particular User Story in a particular PRD

Input Schema

NameRequiredDescriptionDefault
cwdYesAbsolute 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.
prdIdYesThe ID of the PRD to get user stories for
taskIdYesThe ID of the Task to get
userStoryIdYesThe ID of the User Story to get tasks for

Input Schema (JSON Schema)

{ "properties": { "cwd": { "description": "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.", "type": "string" }, "prdId": { "description": "The ID of the PRD to get user stories for", "type": "string" }, "taskId": { "description": "The ID of the Task to get", "type": "string" }, "userStoryId": { "description": "The ID of the User Story to get tasks for", "type": "string" } }, "required": [ "prdId", "userStoryId", "taskId", "cwd" ], "type": "object" }

You must be authenticated.

Other Tools from Specif-ai MCP Server

Related Tools

ID: 4au5codz9l