Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_bulk_assign_tasks

Streamline task delegation by assigning multiple tasks to specific users with due dates and optional notifications, simplifying workflow management on TickTick MCP Server.

Instructions

Mass task assignment

Input Schema

NameRequiredDescriptionDefault
assignmentsYesArray of task assignments
notify_assigneesNoSend notifications to all assignees

Input Schema (JSON Schema)

{ "properties": { "assignments": { "description": "Array of task assignments", "items": { "properties": { "assignee_id": { "type": "string" }, "due_date": { "type": "string" }, "task_id": { "type": "string" } }, "required": [ "task_id", "assignee_id" ], "type": "object" }, "type": "array" }, "notify_assignees": { "default": true, "description": "Send notifications to all assignees", "type": "boolean" } }, "required": [ "assignments" ], "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