Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi

create_record

Add new records to a Kintone app by specifying the app ID and field values, enabling automated data entry and management through the Kintone MCP Server.

Instructions

kintoneアプリに新しいレコードを作成します

Input Schema

NameRequiredDescriptionDefault
app_idYeskintoneアプリのID
fieldsYesレコードのフィールド値

Input Schema (JSON Schema)

{ "properties": { "app_id": { "description": "kintoneアプリのID", "type": "number" }, "fields": { "description": "レコードのフィールド値", "type": "object" } }, "required": [ "app_id", "fields" ], "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