Skip to main content
Glama

GonMCPtool

taskStepUpdate

Modify specific steps within tasks by updating step descriptions, completion status, order, or estimated time using predefined schemas.

Instructions

更新任務的特定步驟

Input Schema

NameRequiredDescriptionDefault
stepIdYes
taskIdYes
updatesYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "stepId": { "type": "string" }, "taskId": { "type": "string" }, "updates": { "additionalProperties": false, "properties": { "completed": { "type": "boolean" }, "description": { "type": "string" }, "estimatedTime": { "type": "number" }, "order": { "type": "number" } }, "type": "object" } }, "required": [ "taskId", "stepId", "updates" ], "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