kintone_get_record
Fetch a record from a Kintone app by ID. Requires app ID and record ID; list apps with kintone_list_apps first.
Instructions
Get a single record from a Kintone app by record ID. ⚠️ Use 'kintone_list_apps' first to get available app IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The ID of the Kintone app (use kintone_list_apps to see available app IDs) | |
| record_id | Yes | The ID of the record to retrieve |