GonMCPtool

taskStepDelete

Remove specific steps from tasks by specifying task and step IDs, enabling precise task management within the MCP server environment.

Instructions

刪除任務的特定步驟

Input Schema

NameRequiredDescriptionDefault
stepIdYes
taskIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "stepId": { "type": "string" }, "taskId": { "type": "string" } }, "required": [ "taskId", "stepId" ], "type": "object" }
ID: 8xcb3w59pl