ticktick_get_habit_stats
Retrieve detailed habit statistics and streaks by inputting the habit ID to track progress and productivity through the TickTick MCP Server.
Instructions
Get habit statistics and streaks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| habit_id | Yes | ID of the habit |
Input Schema (JSON Schema)
{
"properties": {
"habit_id": {
"description": "ID of the habit",
"type": "string"
}
},
"required": [
"habit_id"
],
"type": "object"
}