Specif-ai MCP Server

Official

get-user-stories

Extract and generate user stories for a specific Product Requirements Document (PRD) using the Specif-ai MCP Server. Input PRD ID and project path to retrieve structured user stories.

Instructions

Get User Stories for 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

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" } }, "required": [ "prdId", "cwd" ], "type": "object" }

You must be authenticated.

Other Tools from Specif-ai MCP Server

Related Tools

ID: 4au5codz9l