create_habit
Create a habit for a client, specifying name, schedule, reminders, and category. Preview the habit, then confirm to save.
Instructions
Create a habit for a client (confirm-gated). daysOfWeek: 0=Sun..6=Sat (empty = every day). reminderTime: 'HH:mm'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clientId | Yes | ||
| name | Yes | ||
| emoji | No | ||
| description | No | ||
| category | No | ||
| frequency | No | DAILY | |
| targetCount | No | ||
| daysOfWeek | No | ||
| reminderTime | No | ||
| confirm | No | Must be true to actually execute. If false/omitted, returns a preview only. |