Kintone MCP Server

add_fields

Add custom fields to a Kintone app by specifying the app ID and field configurations. This tool streamlines app customization for enhanced data organization and management.

Instructions

kintoneアプリにフィールドを追加します

Input Schema

NameRequiredDescriptionDefault
app_idYesアプリID
propertiesYesフィールドの設定

Input Schema (JSON Schema)

{ "properties": { "app_id": { "description": "アプリID", "type": "number" }, "properties": { "description": "フィールドの設定", "type": "object" } }, "required": [ "app_id", "properties" ], "type": "object" }
ID: dki958qnks