Specif-ai MCP Server

Official

get-brds

Get Business Requirement Documents for this project

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.

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