get_all_habits
Fetch all user habits with their IDs, giving you complete habit objects to directly create check-ins or manage tasks.
Instructions
List all of the user's habits.
No parameters. Returns complete habit objects (including each habit's ID) so you can act on them directly, for example to create a check-in afterwards.
Example: get_all_habits()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |