get-uirs
Generate User Interface Requirement Documents from a specified project path using the Specif-ai MCP Server to streamline design and development processes.
Instructions
Get User Interface 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"
}