Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi

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" }

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