Skip to main content
Glama

move_card

Move a card to a different column on the same board, or to another board by specifying the target column and optional new board.

Instructions

Move a card to a different column on the same board, or to another board. newColumnId is the label-style column ID like 'Label_1' (returned by list_columns).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardIdYesThe card ID to move
newBoardIdNoTarget board ID. Required for cross-board moves; auto-resolved from the card's current board when omitted.
newColumnIdYesTarget column ID (label-style string, e.g. 'Label_2'). Get it from list_columns.
newPositionNoPosition in the target column (0 = top, default 0)
Behavior3/5

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

With no annotations, the description carries full burden. It explains the move operation and references the column ID format, but does not disclose side effects, permissions, or handling of errors (e.g., invalid board). The default position is implied via schema but not in description.

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 with no unnecessary words. First sentence states the core purpose, second provides a critical parameter hint. Efficient and front-loaded.

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 4-parameter tool with no output schema, the description covers the main functionality and key parameter. It lacks details about return values or error conditions, but is sufficiently complete for an agent to understand the primary operation.

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 schema already documents all parameters. The description adds marginal value by clarifying that newColumnId is a label-style string from list_columns, but does not elaborate on newBoardId or newPosition beyond what the schema says.

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 tool moves a card to a different column on the same board or another board. It specifies the action (move), the resource (card), and the scope (same or different board), distinguishing it from siblings like 'update_card' which modifies card properties.

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 implies usage by describing the action, but does not explicitly state when to use this tool versus alternatives. It provides a tip about newColumnId coming from list_columns, but lacks exclusions or comparisons to other move-related tools.

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/nick-timms/drag-mcp-server'

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