Skip to main content
Glama

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" }

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/GonTwVn/GonMCPtool'

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