habit_checkin
Mark a habit as completed for a specific day, with optional numeric value for real habits.
Instructions
Record a habit check-in (mark as done for a specific day).
[Category: Habits] [Auth: V2]
[Related: list_habits, get_habit_records, create_habit]
Args:
habit_id: The habit ID.
checkin_stamp: Date as YYYYMMDD integer, e.g. 20260306 for today.
value: Value for Real habits (e.g., 1.5 for "1.5 liters"). Omit for Boolean.
status: 0=unchecked, 2=completed (default: 2).
checkin_time: ISO datetime for exact time (optional).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| habit_id | Yes | ||
| checkin_stamp | Yes | ||
| value | No | ||
| status | No | ||
| checkin_time | No |