Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi

create_app

Create a new Kintone app by specifying a name, optional space ID, and thread ID using the Kintone MCP Server for streamlined app administration.

Instructions

新しいkintoneアプリを作成します

Input Schema

NameRequiredDescriptionDefault
nameYesアプリの名前
spaceNoスペースID(オプション)
threadNoスレッドID(オプション)

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "アプリの名前", "type": "string" }, "space": { "description": "スペースID(オプション)", "type": "number" }, "thread": { "description": "スレッドID(オプション)", "type": "number" } }, "required": [ "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