Kintone MCP Server

update_thread

Modify thread details in Kintone MCP Server by updating the thread name or body content using the thread ID. Supports HTML formatting for the thread body.

Instructions

スレッドを更新します

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" }
ID: dki958qnks