prd_fetch
Retrieve PRD content for specified features or file paths using Kratos-MCP’s memory system. Enables project-aware access to codebase context, ensuring traceable and searchable memory retrieval.
Instructions
Fetch PRD content for feature or path
Input Schema
Name | Required | Description | Default |
---|---|---|---|
feature | No | Feature name | |
path | No | File path |
Input Schema (JSON Schema)
{
"properties": {
"feature": {
"description": "Feature name",
"type": "string"
},
"path": {
"description": "File path",
"type": "string"
}
},
"type": "object"
}