Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi

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

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