Skip to main content
Glama

GonMCPtool

taskUpdate

Modify existing task details, including title, description, tags, due date, priority, and status, to keep project information up-to-date and organized.

Instructions

更新現有任務信息

Input Schema

NameRequiredDescriptionDefault
idYes
updatesYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "type": "string" }, "updates": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "dueDate": { "type": "string" }, "priority": { "type": "number" }, "status": { "enum": [ "pending", "in_progress", "completed", "cancelled" ], "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" }, "title": { "type": "string" } }, "type": "object" } }, "required": [ "id", "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