list_documents
Retrieve a list of Markdown documents for a specific project using the project ID. Integrates with the Memory Bank MCP Server for multi-project document management and isolation.
Instructions
获取项目文档列表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | 项目ID |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "项目ID",
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}