Skip to main content
Glama

Specif-ai MCP Server

by vj-presidio
13
  • Apple
  • Linux

get-user-stories

Retrieve user stories for a specific Product Requirements Document (PRD) by providing the PRD ID and current working directory, enabling efficient specification management.

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" }
Install Server

Other Tools from Specif-ai MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/vj-presidio/specif-ai-mcp-server-archive'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server