Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_create_task_from_template

Create tasks in TickTick using predefined templates. Customize task details like title, due date, and priority, or generate multiple tasks for streamlined task management.

Instructions

Instantiate template

Input Schema

NameRequiredDescriptionDefault
create_multipleNoNumber of tasks to create from template
customizationsNoCustom values to override template defaults
project_idNoProject to create task in
template_idYesID of template to use

Input Schema (JSON Schema)

{ "properties": { "create_multiple": { "default": 1, "description": "Number of tasks to create from template", "type": "number" }, "customizations": { "description": "Custom values to override template defaults", "properties": { "assignee_id": { "type": "string" }, "due_date": { "type": "string" }, "priority": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "project_id": { "description": "Project to create task in", "type": "string" }, "template_id": { "description": "ID of template to use", "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