Kintone MCP Server

get_space_members

Retrieve a list of space members by specifying the space ID, enabling efficient collaboration and user management within Kintone MCP Server environments.

Instructions

スペースメンバーのリストを取得します

Input Schema

NameRequiredDescriptionDefault
space_idYesスペースID

Input Schema (JSON Schema)

{ "properties": { "space_id": { "description": "スペースID", "type": "string" } }, "required": [ "space_id" ], "type": "object" }
ID: dki958qnks