kintone_create_record
Create new records in Kintone applications with field validation. Use this tool to add data to your Kintone apps after identifying the correct app ID.
Instructions
Create a new record in a Kintone app with field validation. ⚠️ Use 'kintone_list_apps' first to get available app IDs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The ID of the Kintone app (use kintone_list_apps to see available app IDs) | |
| record_data | Yes | Record data as key-value pairs where keys are field codes and values are field values. Each field value should be an object with 'value' property. |