GonMCPtool

taskSetAllSteps

Set the completion status for all steps of a specific task in GonMCPtool. Use taskId and a boolean completed flag to manage task progress efficiently.

Instructions

設定某個任務所有步驟的完成狀態

Input Schema

NameRequiredDescriptionDefault
completedYes
taskIdYes

Input Schema (JSON Schema)

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