Kintone MCP Server

update_space_guests

Modify guest member access for a specific space on Kintone by updating the email addresses of authorized users through the MCP server.

Instructions

スペースのゲストメンバーを更新します

Input Schema

NameRequiredDescriptionDefault
guestsYes
space_idYesスペースID

Input Schema (JSON Schema)

{ "properties": { "guests": { "items": { "description": "ゲストユーザーのメールアドレス", "type": "string" }, "type": "array" }, "space_id": { "description": "スペースID", "type": "string" } }, "required": [ "space_id", "guests" ], "type": "object" }
ID: dki958qnks