Skip to main content
Glama

GonMCPtool

taskCreate

Create structured tasks with multiple steps, set priorities, due dates, and tags for efficient task management using a TypeScript-based protocol.

Instructions

創建新的任務,可以包含多個步驟

Input Schema

NameRequiredDescriptionDefault
descriptionYes
dueDateNo
priorityNo
stepsYes
tagsNo
titleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "type": "string" }, "dueDate": { "type": "string" }, "priority": { "type": "number" }, "steps": { "items": { "additionalProperties": false, "properties": { "completed": { "type": "boolean" }, "description": { "type": "string" }, "estimatedTime": { "type": "number" }, "order": { "type": "number" } }, "required": [ "description" ], "type": "object" }, "type": "array" }, "tags": { "items": { "type": "string" }, "type": "array" }, "title": { "type": "string" } }, "required": [ "title", "description", "steps" ], "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