Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_bulk_create_from_template

Streamline task management by creating multiple tasks in TickTick simultaneously using predefined templates. Specify task details in bulk, apply template defaults, and notify assignees for efficient productivity workflow.

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" }
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