Kintone MCP Server

get_apps_info

検索キーワードを指定して該当する複数のkintoneアプリの情報を取得します

Input Schema

NameRequiredDescriptionDefault
app_nameYesアプリ名またはその一部

Input Schema (JSON Schema)

{ "properties": { "app_name": { "description": "アプリ名またはその一部", "type": "string" } }, "required": [ "app_name" ], "type": "object" }