toggle_habit_entry
Toggle a habit's completion status for a specific date, marking it done if incomplete or removing completion if already marked.
Instructions
Toggle a habit completion for a specific date. If already completed, removes it. If not completed, marks it done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date to toggle (YYYY-MM-DD) | |
| habitId | Yes | Habit ID |