Kintone MCP Server

add_thread

スペースにスレッドを追加します

Input Schema

NameRequiredDescriptionDefault
nameYesスレッド名
space_idYesスペースID

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "スレッド名", "type": "string" }, "space_id": { "description": "スペースID", "type": "string" } }, "required": [ "space_id", "name" ], "type": "object" }