Kintone MCP Server

create_record

Add new records to a Kintone app by specifying the app ID and field values, enabling automated data entry and management through the Kintone MCP Server.

Instructions

kintoneアプリに新しいレコードを作成します

Input Schema

NameRequiredDescriptionDefault
app_idYeskintoneアプリのID
fieldsYesレコードのフィールド値

Input Schema (JSON Schema)

{ "properties": { "app_id": { "description": "kintoneアプリのID", "type": "number" }, "fields": { "description": "レコードのフィールド値", "type": "object" } }, "required": [ "app_id", "fields" ], "type": "object" }
ID: dki958qnks