Kintone MCP Server

get_space

Retrieve general information about a specific space on Kintone using the space ID. This tool supports operations through natural language commands for efficient space collaboration and management.

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