search_records
Fetch records from a specified resource within a date range and matching exact field values to retrieve baby routine data.
Instructions
Read records of one resource, filtered by date range (YYYY-MM-DD) and exact fields.
Example: search_records("clothing_items", filters={"size": "S", "category": "body"}) answers "which bodies size S do I have?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| filters | No | ||
| end_date | No | ||
| resource | Yes | ||
| start_date | No |