Skip to main content
Glama

MCPlanManager

completeTask

Mark a specific task as 'completed' in MCPlanManager to unlock dependent tasks. Requires task ID and result description.

Instructions

将指定ID的任务标记为 'completed' (已完成)。 这是解锁后续依赖任务的关键步骤。

Args: task_id (int): 需要标记为完成的任务的ID (从0开始)。 result (str): 描述任务完成结果或产出的字符串。

Input Schema

NameRequiredDescriptionDefault
resultYes
task_idYes

Input Schema (JSON Schema)

{ "properties": { "result": { "title": "Result", "type": "string" }, "task_id": { "title": "Task Id", "type": "integer" } }, "required": [ "task_id", "result" ], "type": "object" }
Install Server

Other Tools from MCPlanManager

Related Tools

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/donway19/MCPlanManager'

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