Skip to main content
Glama
isteamhq

@isteamhq/mcp

by isteamhq

Move Node

move_node

Relocate a card or note on a board by specifying new X and Y coordinates. Requires workspace, board, and node IDs from read_card.

Instructions

Move a canvas node (card or note) to a new position. Use read_card to see current node IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceIdYesWorkspace ID
boardIdYesBoard ID
nodeIdYesNode ID to move (e.g. col-123 or note-123)
xYesNew X coordinate
yYesNew Y coordinate
Behavior3/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, which align with the move action. The description adds that nodes are cards or notes, but does not disclose any constraints, side effects, or permission requirements beyond the schema.

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?

Two sentences: first defines the action and resource, second gives a helpful hint. No extraneous information, fully 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?

For a simple move operation with 5 required parameters and no output schema, the description covers the core action and provides a key hint. It lacks details on return value or error cases, but is adequate for typical use.

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?

Schema coverage is 100%, so parameters are well-documented. The description adds value by suggesting use of read_card to obtain nodeId, providing practical context beyond the schema.

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 verb 'move', the resource 'canvas node', and specifies node types 'card or note'. This distinguishes it from sibling tools like move_task or batch_move_nodes.

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 advises using read_card to get node IDs, which helps with parameter preparation. However, it does not explicitly state when to use this tool versus alternatives like batch_move_nodes or move_task, nor does it provide exclusions.

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

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