Kintone MCP Server

update_space_guests

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

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