Kintone MCP Server

get_deploy_status

kintoneアプリのデプロイ状態を確認します

Input Schema

NameRequiredDescriptionDefault
appsYes確認対象のアプリID配列

Input Schema (JSON Schema)

{ "properties": { "apps": { "description": "確認対象のアプリID配列", "items": { "type": "number" }, "type": "array" } }, "required": [ "apps" ], "type": "object" }