Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_update_task_template

Update existing task templates in TickTick by modifying template name, description, task structure, or category using this MCP tool for streamlined task management.

Instructions

Modify template

Input Schema

NameRequiredDescriptionDefault
categoryNoUpdated category
task_dataNoUpdated task structure
template_descriptionNoUpdated description
template_idYesID of template to update
template_nameNoUpdated template name

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Updated category", "type": "string" }, "task_data": { "description": "Updated task structure", "type": "object" }, "template_description": { "description": "Updated description", "type": "string" }, "template_id": { "description": "ID of template to update", "type": "string" }, "template_name": { "description": "Updated template name", "type": "string" } }, "required": [ "template_id" ], "type": "object" }
Install Server

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