Kintone MCP Server

get_record

kintoneアプリの1レコードを取得します

Input Schema

NameRequiredDescriptionDefault
app_idYeskintoneアプリのID
record_idYesレコードID

Input Schema (JSON Schema)

{ "properties": { "app_id": { "description": "kintoneアプリのID", "type": "number" }, "record_id": { "description": "レコードID", "type": "number" } }, "required": [ "app_id", "record_id" ], "type": "object" }