List records
list_recordsRetrieve paginated records from an upstream system with optional free-text search. Use the total match count and truncation flag to narrow results if the page is incomplete.
Instructions
List records from the upstream system, optionally filtered by a search query. Returns a bounded page of results with a total-matched count and a truncated flag — call again with a narrower query if truncated is true rather than assuming this is the full set. Use get_record to fetch one record in full.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return. Hard cap 100. | |
| query | No | Free-text filter. Omit to list all records (subject to the limit). |