Kintone MCP Server

update_thread

スレッドを更新します

Input Schema

NameRequiredDescriptionDefault
bodyNoスレッドの本文(HTML形式)
nameNoスレッドの新しい名前
thread_idYesスレッドID

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "スレッドの本文(HTML形式)", "type": "string" }, "name": { "description": "スレッドの新しい名前", "type": "string" }, "thread_id": { "description": "スレッドID", "type": "string" } }, "required": [ "thread_id" ], "type": "object" }