Skip to main content
Glama
r3-yamauchi

Kintone MCP Server

by r3-yamauchi

create_lookup_field

Configure a lookup field in Kintone to reference and map data from another app, enabling cross-application data relationships.

Instructions

ルックアップフィールドの設定を生成します。 フィールドコードに使用できる文字: ひらがな、カタカナ、漢字、英数字、記号(__・・$¥) 例: { "code": "lookup_field", "label": "ルックアップ", "relatedAppId": 123, "relatedKeyField": "customer_id", "fieldMappings": [ { "field": "name", "relatedField": "customer_name" }, { "field": "email", "relatedField": "customer_email" } ] }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNoフィールドコード(指定しない場合はlabelから自動生成)
labelYesフィールドラベル
relatedAppIdNo参照先アプリのID
relatedAppCodeNo参照先アプリのコード(IDより優先)
relatedKeyFieldYes参照先アプリのキーフィールド
fieldMappingsYesフィールドマッピングの配列
lookupPickerFieldsNoルックアップピッカーに表示するフィールドの配列
filterCondNo参照レコードの絞り込み条件
sortNo参照レコードのソート条件
requiredNo必須フィールドかどうか

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