Skip to main content
Glama
mondaycom

monday MCP Server

Official
by mondaycom

Move Object

move_object
Idempotent

Move boards, folders, or overviews in monday.com with relative positioning, folder, workspace, or account product changes.

Instructions

Move a folder, board, or overview in monday.com. Use position for relative placement based on another object, parentFolderId for folder changes, workspaceId for workspace moves, and accountProductId for account product changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectTypeYesThe type of object to move
idYesThe ID of the object to move
position_object_idNoThe ID of the object to position the object relative to. If this parameter is provided, position_object_type must be also provided.
position_object_typeNoThe type of object to position the object relative to. If this parameter is provided, position_object_id must be also provided.
position_is_afterNoWhether to position the object after the object
parentFolderIdNoThe ID of the new parent folder. Required if moving to a different folder.
workspaceIdNoThe ID of the workspace containing the object. Required if moving to a different workspace.
accountProductIdNoThe ID of the account product containing the object. Required if moving to a different account product.
Behavior3/5

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

Annotations already indicate idempotent and non-destructive, and the description adds context on how the move works (relative placement, folder changes). However, it does not disclose required permissions, potential side effects, or what happens to associated data, which would be valuable beyond annotations.

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 two sentences, front-loaded with the primary action, and efficiently summarizes parameter roles without redundancy. Every sentence contributes meaningful information.

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

Completeness3/5

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

While the description covers parameter usage, it does not explain the return value, side effects, or constraints (e.g., moving to same location, permission requirements). Given the moderate complexity (8 params, no output schema), more contextual details would be beneficial.

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

Parameters4/5

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

With 100% schema description coverage, the individual parameter purposes are clear from the schema. The description adds value by grouping parameters logically (position, folder, workspace, account), providing a conceptual framework for using them together.

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 the action (move) and the resource types (folder, board, overview). It distinguishes the tool from siblings like move_item_to_group or update_folder by specifying it handles moving of entire objects, not items or updates.

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

Usage Guidelines3/5

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

The description provides parameter usage hints (e.g., 'Use position for relative placement') but does not explicitly state when to use this tool over alternatives. It lacks guidance on when not to use it or which sibling tools are more appropriate for specific operations.

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/mondaycom/mcp'

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