Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_bulk_assign_tasks

Assign multiple tasks to users efficiently using arrays of task IDs and assignee IDs. Optionally notify assignees, ensuring streamlined task management and collaboration within TickTick.

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

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