Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi

update_space_members

Manage and update member roles and permissions within Kintone spaces using specified space ID and member details, including users, groups, or organizations.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
membersYes
space_idYesスペースID

Input Schema (JSON Schema)

{ "properties": { "members": { "items": { "properties": { "entity": { "properties": { "code": { "type": "string" }, "type": { "enum": [ "USER", "GROUP", "ORGANIZATION" ], "type": "string" } }, "required": [ "type", "code" ], "type": "object" }, "includeSubs": { "type": "boolean" }, "isAdmin": { "type": "boolean" } }, "required": [ "entity" ], "type": "object" }, "type": "array" }, "space_id": { "description": "スペースID", "type": "string" } }, "required": [ "space_id", "members" ], "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