Skip to main content
Glama

Kintone MCP Server

by r3-yamauchi

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

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