Skip to main content
Glama

Memory Bank MCP Server

by yywdandan

implement_update_progress

Track and update task progress on Memory Bank MCP Server by specifying project ID, task ID, status, and completion percentage for streamlined project management.

Instructions

更新开发进度

Input Schema

NameRequiredDescriptionDefault
completionNo完成百分比(0-100)
projectIdYes项目ID
statusYes任务状态(not_started, in_progress, completed)
taskIdYes任务ID

Input Schema (JSON Schema)

{ "properties": { "completion": { "description": "完成百分比(0-100)", "type": "number" }, "projectId": { "description": "项目ID", "type": "string" }, "status": { "description": "任务状态(not_started, in_progress, completed)", "type": "string" }, "taskId": { "description": "任务ID", "type": "string" } }, "required": [ "projectId", "taskId", "status" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yywdandan/memory-bank-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server