Skip to main content
Glama
kintone

kintone MCP Server

Official
by kintone

Deploy App Settings

kintone-deploy-app

Deploy app settings from pre-live to production to move approved configurations into the live environment. Monitor progress with the app deployment status tool.

Instructions

Deploy app settings from pre-live to production environment on kintone. This is an asynchronous API - use kintone-get-app-deploy-status tool to check deployment progress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appsYesList of apps to deploy (minimum 1, maximum 300 apps)
revertNoIf true, revert changes instead of deploying (default: false)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesDeployment status message

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changedv1.9.3
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • removedInput schema / properties / apps / items / additionalProperties
      Removed value: -false
    • changedOutput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. Addedv1.9.1
  3. Removedv1.9.0
  4. First observedv1.4.0

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It does disclose the key asynchronous nature of the API and directs users to check progress with a sibling tool. However, it does not describe the effect on the production environment, whether deployment is reversible, or any permissions required, leaving moderate gaps for a mutating operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is exactly two sentences, with the core purpose front-loaded and the async follow-up immediately stated. Every sentence earns its place, and there is no redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the full parameter schema, presence of an output schema, and the description's disclosure of asynchronous behavior plus the status-checking sibling, the definition is largely complete. It lacks explicit notes on permissions or error conditions, but those are not essential for correct invocation given the available structured data.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema fully documents both parameters (apps array with app and optional revision, plus the revert boolean). The description itself adds no parameter-specific meaning beyond the schema, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb ('deploy'), resource ('app settings'), and environment transition ('from pre-live to production environment'). It distinguishes itself from sibling tools, particularly kintone-get-app-deploy-status, which is explicitly named as the follow-up status checker.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context for when to use the tool (deploying app settings from pre-live to production) and mentions the related status-checking tool as the next step. It does not explicitly state when not to use it or list alternatives, but the deployment scope is specific enough that the agent can determine appropriate usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

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/kintone/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server