Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_bulk_create_from_template

Enable mass task creation in TickTick by using a template to generate multiple tasks with structured data, ensuring consistent task formatting and efficient workflow automation.

Instructions

Mass task creation

Input Schema

NameRequiredDescriptionDefault
apply_template_defaultsNoUse template defaults for missing fields
bulk_dataYesArray of task data for bulk creation
notify_assigneesNoSend notifications to assignees
template_idYesTemplate to use for bulk creation

Input Schema (JSON Schema)

{ "properties": { "apply_template_defaults": { "default": true, "description": "Use template defaults for missing fields", "type": "boolean" }, "bulk_data": { "description": "Array of task data for bulk creation", "items": { "properties": { "assignee_id": { "type": "string" }, "custom_fields": { "type": "object" }, "due_date": { "type": "string" }, "project_id": { "type": "string" }, "title": { "type": "string" } }, "required": [ "title" ], "type": "object" }, "type": "array" }, "notify_assignees": { "default": true, "description": "Send notifications to assignees", "type": "boolean" }, "template_id": { "description": "Template to use for bulk creation", "type": "string" } }, "required": [ "template_id", "bulk_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