# Habits

> Personal habit trackers — create daily, weekly, or monthly habits, log completions, and review streaks.

<!-- Source: https://docs.actuallycare.com/tools/habits -->

Personal habit trackers — create daily, weekly, or monthly habits, log completions, and review streaks.
## Tools (5)
| Tool | Type | What it does |
| --- | --- | --- |
| [`habits_list`](/tools/habits/habits_list) | Read-only | Search the authenticated user's habits (daily/weekly/monthly trackers like "Read My Bible", "Go to the Gym"). |
| [`habits_get`](/tools/habits/habits_get) | Read-only | Get full details of one habit by UUID, including its per-habit checklist (step_template), tracker schema (tracker_schema), cadence, status, started_on, and best_streak. |
| [`habits_create`](/tools/habits/habits_create) | Creates data | Create a new habit to track. |
| [`habits_update`](/tools/habits/habits_update) | Updates data | Update an existing habit's name, cadence, status, tagline, or weekly target. |
| [`habits_log`](/tools/habits/habits_log) | Updates data | Mark a habit's progress for a day (the headline action — "mark my Bible reading done today"). |
