list_habits
Fetch habit records, optionally filtering by active status. Returns each habit's name, goal, current streak, and priority.
Instructions
List all habits, optionally filtered by active status. Returns name, goal, streak info, and priority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Filter by active status (true = active only, false = inactive only, omit = all) |