Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi

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" }

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