ticktick_get_task_assignees
Retrieve the list of assignees for a specific task by providing its ID with TickTick MCP Server's task management API, enabling streamlined collaboration and oversight.
Instructions
List task assignees
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes | ID of the task |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"description": "ID of the task",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}