Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi

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

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