Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi

add_thread

Add a new thread to a specified space in Kintone, enabling organized communication and collaboration within the platform. Use space_id and thread name as inputs for seamless thread creation.

Instructions

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

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

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