Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_assign_task

Assign tasks to team members with task ID, assignee ID, due date, priority, and optional notifications using TickTick MCP Server for streamlined task management.

Instructions

Assign task to team member

Input Schema

NameRequiredDescriptionDefault
assignee_idYesID of user to assign task to
due_dateNoDue date for the assignment
notificationNoSend notification to assignee
priorityNoPriority level for the assignment
task_idYesID of the task to assign

Input Schema (JSON Schema)

{ "properties": { "assignee_id": { "description": "ID of user to assign task to", "type": "string" }, "due_date": { "description": "Due date for the assignment", "type": "string" }, "notification": { "default": true, "description": "Send notification to assignee", "type": "boolean" }, "priority": { "description": "Priority level for the assignment", "enum": [ "low", "medium", "high" ], "type": "string" }, "task_id": { "description": "ID of the task to assign", "type": "string" } }, "required": [ "task_id", "assignee_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