ticktick_get_habit_streaks
Retrieve current and longest streaks for a specific habit using its ID to monitor progress and consistency within task management systems.
Instructions
Get current and longest streaks for a habit
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"
}