Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_create_task_template

Create reusable task templates in TickTick with defined name, description, priority, and tags. Save task structures for efficient project management and team collaboration.

Instructions

Create reusable template

Input Schema

NameRequiredDescriptionDefault
categoryNoTemplate categorygeneral
is_sharedNoShare template with team
task_dataYesTask structure to save as template
template_descriptionNoDescription of the template
template_nameYesName of the template

Input Schema (JSON Schema)

{ "properties": { "category": { "default": "general", "description": "Template category", "type": "string" }, "is_shared": { "default": false, "description": "Share template with team", "type": "boolean" }, "task_data": { "description": "Task structure to save as template", "properties": { "description": { "type": "string" }, "estimated_duration": { "type": "number" }, "priority": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" }, "title": { "type": "string" } }, "required": [ "title" ], "type": "object" }, "template_description": { "description": "Description of the template", "type": "string" }, "template_name": { "description": "Name of the template", "type": "string" } }, "required": [ "template_name", "task_data" ], "type": "object" }

Other Tools from TickTick MCP Server

Related Tools

    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/liadgez/ticktick-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server