fm_find_records
Search for records in FileMaker databases using specific criteria, with options to sort results, limit records, and define search queries for targeted data retrieval.
Instructions
検索条件に一致するレコードを検索します。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layout | Yes | レイアウト名 | |
| query | Yes | 検索クエリ配列(例: [{"FirstName": "John"}, {"LastName": "Doe"}]) | |
| sort | No | ソート順序 | |
| limit | No | 取得レコード数 | |
| offset | No | 開始レコード位置 |