get-nfrs
Retrieve Non-Functional Requirement Documents for a project by providing the current working directory path. This tool assists in accessing essential project specifications via the Specif-ai MCP Server.
Instructions
Get Non-Functional 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"
}