Skip to main content
Glama

MCPlanManager

skipTask

Mark a specific task ID as 'skipped' in the MCPlanManager MCP server, enabling dependent tasks to proceed by treating the skipped task as completed. Requires a task ID and skip reason.

Instructions

将指定ID的任务标记为 'skipped' (已跳过)。 被跳过的任务在依赖解析中被视为“已完成”,允许后续任务继续。

Args: task_id (int): 需要跳过的任务的ID (从0开始)。 reason (str): 解释为何跳过此任务的字符串。

Input Schema

NameRequiredDescriptionDefault
reasonYes
task_idYes

Input Schema (JSON Schema)

{ "properties": { "reason": { "title": "Reason", "type": "string" }, "task_id": { "title": "Task Id", "type": "integer" } }, "required": [ "task_id", "reason" ], "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