Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi

update_record

Modify existing records in Kintone apps by specifying the app ID, record ID, and updated field values using the Kintone MCP Server.

Instructions

kintoneアプリの既存レコードを更新します

Input Schema

NameRequiredDescriptionDefault
app_idYeskintoneアプリのID
fieldsYes更新するフィールド値
record_idYesレコードID

Input Schema (JSON Schema)

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/r3-yamauchi/kintone-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server