plan_get_tasks
Retrieve a list of current tasks for a specific project using projectId, enabling organized task management within the Memory Bank MCP Server environment.
Instructions
获取当前任务列表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | 项目ID |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "项目ID",
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}