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ラジオボタン・チェックボックスの配置方向
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. It states the tool 'generates settings' but doesn't clarify whether this creates a new field in a system, returns configuration data, or has side effects. It doesn't mention permissions required, rate limits, or what happens after generation. The example shows input format but not behavioral consequences.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized with two sentences and an example. The first sentence states the purpose clearly, and the second provides character constraints. The example is helpful but could be more concise. No wasted words, though the example takes significant space.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 6 parameters, 100% schema coverage, but no annotations and no output schema, the description is minimally adequate. It covers the basic purpose and provides an example, but doesn't address behavioral aspects, usage context, or what the tool actually does with the generated settings. Given the complexity and lack of annotations/output schema, more context would be helpful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds minimal value beyond the schema: it provides an example showing how parameters fit together and mentions allowed characters for the 'code' field. However, it doesn't explain parameter interactions or edge cases beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: '選択肢フィールド(ラジオボタン、チェックボックス、ドロップダウン、複数選択)の設定を生成します' (generates settings for choice fields). This specifies the verb ('生成します' - generates) and resource ('選択肢フィールドの設定' - choice field settings). However, it doesn't explicitly differentiate from sibling tools like 'create_lookup_field' or 'create_reference_table_field', which appear to create other field types in the same system.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention when this tool is appropriate, what prerequisites might be needed, or how it relates to sibling tools like 'create_lookup_field' or 'update_field'. The example shows usage but doesn't provide contextual guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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