Skip to main content
Glama
r3-yamauchi

Kintone MCP Server

by r3-yamauchi

create_choice_field

Generate configuration for choice fields like radio buttons, checkboxes, dropdowns, and multi-select menus in Kintone forms, defining field type, label, options, and layout.

Instructions

選択肢フィールド(ラジオボタン、チェックボックス、ドロップダウン、複数選択)の設定を生成します。 フィールドコードに使用できる文字: ひらがな、カタカナ、漢字、英数字、記号(__・・$¥) 例: { "field_type": "RADIO_BUTTON", "code": "radio_field", "label": "ラジオボタン", "choices": ["選択肢1", "選択肢2", "選択肢3"], "align": "HORIZONTAL" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
field_typeYesフィールドタイプ
codeNoフィールドコード(指定しない場合はlabelから自動生成)
labelYesフィールドラベル
choicesYes選択肢の配列
requiredNo必須フィールドかどうか
alignNoラジオボタン・チェックボックスの配置方向

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