Skip to main content
Glama

GonMCPtool

taskSetAllSteps

Manage task efficiency by updating completion status for all steps within a specified task using the MCP server's structured input schema.

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