Skip to main content
Glama
r3-yamauchi

Kintone MCP Server

by r3-yamauchi

update_field

Modify existing field configurations in Kintone applications by updating properties like labels, types, and requirements. Cannot update system field types such as CREATOR or RECORD_NUMBER.

Instructions

既存のkintoneフィールドの設定を更新します。 注意: システムフィールドタイプ(CREATOR, MODIFIER, RECORD_NUMBER, CREATED_TIME, UPDATED_TIME)は更新できません。 例: { "app_id": 123, "field_code": "text_field", "field": { "type": "SINGLE_LINE_TEXT", "code": "text_field", "label": "更新後のラベル", "required": true } }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYesアプリID
field_codeYes更新対象のフィールドコード
fieldYes更新後のフィールド設定
revisionNoアプリのリビジョン番号(省略時は-1で最新リビジョンを使用)

Latest Blog Posts

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