Add Records
kintone-add-recordsAdd multiple records to a kintone app. Use the form fields tool first to identify field codes and required formats.
Instructions
Add multiple records to a kintone app. Use kintone-get-form-fields tool first to discover available field codes and their required formats. Note: Some fields cannot be registered (LOOKUP copies, STATUS, CATEGORY, CALC, ASSIGNEE, auto-calculated fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The ID of the app to add records to (numeric value as string) | |
| records | Yes | Array of records to add (min 1, max 100). Each record is an object with field codes as keys. Use kintone-get-form-fields tool first to discover available field codes and their types. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of IDs of the created records | |
| revisions | Yes | Array of revision numbers of the created records |