Skip to main content
Glama
r3-yamauchi

Kintone MCP Server

by r3-yamauchi

move_app_to_space

Move a Kintone application to a different space by specifying the app ID and destination space ID for organizational restructuring.

Instructions

kintoneアプリを指定したスペースに移動します

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYeskintoneアプリのID
space_idYes移動先のスペースID
Behavior2/5

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

With no annotations, the description carries full burden but provides minimal behavioral context. It states the action is a move but doesn't disclose whether this requires specific permissions, if it's reversible, what happens to app data/configuration during the move, or any rate limits. For a mutation tool with zero annotation coverage, this leaves critical behavioral traits unspecified.

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 a single, efficient sentence in Japanese that directly states the tool's purpose with zero wasted words. It's appropriately sized for a simple 2-parameter tool and front-loads the core action.

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

Completeness2/5

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

Given this is a mutation tool with no annotations and no output schema, the description is incomplete. It doesn't explain what 'moving' entails operationally, what permissions are required, what the response contains, or potential side effects. For a tool that modifies system state, this leaves significant gaps in understanding.

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 parameters are fully documented in the schema. The description adds no additional parameter semantics beyond implying 'app_id' identifies the app to move and 'space_id' is the destination. This meets the baseline of 3 when the schema does the heavy lifting.

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

Purpose4/5

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

The description clearly states the action ('移動します' - moves) and the resource ('kintoneアプリ' - kintone app) with a specific destination ('指定したスペースに' - to a specified space). It distinguishes from sibling 'move_app_from_space' by indicating direction (to vs from). However, it doesn't explicitly mention what 'moving' entails operationally beyond the basic verb.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description doesn't mention prerequisites (e.g., needing admin permissions), what happens to the app's current location, or how this differs from other app management tools like 'create_app' or 'update_app_settings'. The agent must infer usage from the name alone.

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

Install Server

Other Tools

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

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