notes_list_notes
List and filter baby notes by date, tags, child ID, or ordering to retrieve targeted records.
Instructions
List notes with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Filter by exact date, YYYY-MM-DD | |
| tags | No | Filter by tag names (notes having all listed tags) | |
| limit | No | Maximum number of records to return | |
| child_id | No | Filter by child ID. Use list_children to get IDs. | |
| date_max | No | End of date range, YYYY-MM-DD | |
| date_min | No | Start of date range, YYYY-MM-DD | |
| ordering | No | Order by field, e.g. 'time' or '-time' (descending) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |