Skip to main content
Glama

GonMCPtool

taskStepAdd

Add new steps to tasks with task ID, description, order, and estimated time using the TypeScript-based MCP server tool. Simplify task management and project workflow.

Instructions

為任務添加新步驟

Input Schema

NameRequiredDescriptionDefault
descriptionYes
estimatedTimeNo
orderNo
taskIdYes

Input Schema (JSON Schema)

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