Get Records
kintone-get-recordsRetrieve multiple records from a kintone app by applying AND-combined filter conditions on text, date, number, and value fields.
Instructions
Get multiple records from a kintone app with structured filtering. All filter conditions are AND-combined; OR conditions are not supported by this MCP server. Use kintone-get-form-fields tool first to discover available fields and their types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The ID of the app to retrieve records from (numeric value as string) | |
| filters | No | Filter conditions for records. All conditions are AND-combined. NOTE: This MCP server does not currently support OR conditions in filters. Use kintone-get-form-fields tool to discover available field codes and types for an app | |
| fields | No | Array of field codes to retrieve. If not specified, all fields are retrieved. Use kintone-get-form-fields tool to see available fields | |
| orderBy | No | Sort order for results | |
| limit | No | Maximum number of records to retrieve (1-500) | |
| offset | No | Number of records to skip |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| records | Yes | Array of records matching the query | |
| totalCount | Yes | Total count of records matching the query |