get_habit
Retrieve a specific habit's details using its unique ID. Input the habit ID to get complete habit information from TickTick.
Instructions
Get a single habit by its ID.
Args: habit_id: ID of the habit
Example: get_habit("habit-1")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| habit_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |