Kintone MCP Server

get_deploy_status

Check the deployment status of Kintone apps by specifying their app IDs. This tool helps ensure app updates are properly deployed on the Kintone MCP Server.

Instructions

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

Input Schema

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

Input Schema (JSON Schema)

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