medications_list_medications
Retrieve medication administration records with filters for child, date range, name, dosage unit, tags, and ordering. Access Baby Buddy medication logs to track dosing history.
Instructions
List medication administration records with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Filter by exact date, YYYY-MM-DD | |
| name | No | Filter by exact medication name | |
| tags | No | Filter by tag names (records 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) | |
| dosage_unit | No | Filter by dosage unit: mg, ml, tablets, drops |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |