Skip to main content
Glama

MCPlanManager

loadPlan

Replace or load a complete plan object in the MCPlanManager MCP server. This tool updates the entire plan in memory using a dictionary containing 'meta', 'state', and 'tasks' keys, typically exported by dumpPlan.

Instructions

通过一个完整的计划对象加载或替换当前计划。 这个工具会直接覆盖内存中的整个计划,请谨慎使用。

Args: plan_data (dict): 一个包含完整计划数据的字典对象,通常由 dumpPlan 工具导出。 它应包含 'meta', 'state', 和 'tasks' 三个顶级键。

Input Schema

NameRequiredDescriptionDefault
plan_dataYes

Input Schema (JSON Schema)

{ "properties": { "plan_data": { "title": "Plan Data", "type": "object" } }, "required": [ "plan_data" ], "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