Kintone MCP Server

add_guests

Add guest users to the Kintone MCP Server by specifying details such as name, code, password, timezone, and locale for streamlined access management.

Instructions

ゲストユーザーを追加します

Input Schema

NameRequiredDescriptionDefault
guestsYes

Input Schema (JSON Schema)

{ "properties": { "guests": { "items": { "properties": { "code": { "type": "string" }, "locale": { "enum": [ "auto", "en", "zh", "ja" ], "type": "string" }, "name": { "type": "string" }, "password": { "type": "string" }, "timezone": { "type": "string" } }, "required": [ "name", "code", "password", "timezone" ], "type": "object" }, "type": "array" } }, "required": [ "guests" ], "type": "object" }
ID: dki958qnks