ticktick_get_habits_summary
Retrieve a daily summary of all habits tracked in TickTick by specifying a date (YYYY-MM-DD), defaulting to today, for efficient habit monitoring and progress tracking.
Instructions
Get daily summary of all habits
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | Date for summary (YYYY-MM-DD), defaults to today |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"description": "Date for summary (YYYY-MM-DD), defaults to today",
"type": "string"
}
},
"type": "object"
}