ticktick_get_task_details
Retrieve detailed information about a specific task using its unique ID. This tool integrates with the TickTick MCP Server to provide comprehensive task data for effective management and productivity.
Instructions
Get detailed information about a specific task
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"
}