get_rule
Retrieve specific rule content from the Memory Bank MCP Server by providing the rule ID, enabling efficient access to multi-project Markdown document management.
Instructions
获取规则内容
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ruleId | Yes | 规则ID |
Input Schema (JSON Schema)
{
"properties": {
"ruleId": {
"description": "规则ID",
"type": "string"
}
},
"required": [
"ruleId"
],
"type": "object"
}