get-brds
Retrieve Business Requirement Documents (BRDs) from the Specif-ai MCP Server by specifying the current working directory to auto-infer project details. Simplify access to essential project specifications.
Instructions
Get Business Requirement Documents for this project
Input 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. |
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"
}