Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi

update_space

Modify space settings in Kintone MCP Server, including name, privacy, member restrictions, and multi-thread usage, using the specified space ID for targeted updates.

Instructions

スペースの設定を更新します

Input Schema

NameRequiredDescriptionDefault
fixedMemberNoメンバー固定設定
isPrivateNoプライベート設定
nameNoスペースの新しい名前
space_idYesスペースID
useMultiThreadNoマルチスレッド設定

Input Schema (JSON Schema)

{ "properties": { "fixedMember": { "description": "メンバー固定設定", "type": "boolean" }, "isPrivate": { "description": "プライベート設定", "type": "boolean" }, "name": { "description": "スペースの新しい名前", "type": "string" }, "space_id": { "description": "スペースID", "type": "string" }, "useMultiThread": { "description": "マルチスレッド設定", "type": "boolean" } }, "required": [ "space_id" ], "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