Skip to main content
Glama

move_shape

Relocate a shape in a Visio diagram by specifying new top-left coordinates (x, y in inches) using its shape ID. Adjusts shape position on the page for precise layout control.

Instructions

Move a shape to a new position (top-left coordinates in inches).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesNew X in inches from left edge.
yYesNew Y in inches from top edge.
shapeIdYesShape ID, e.g. "Sheet.5".
pageIndexNo0-based page index.
Behavior2/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 only states the action without mentioning side effects, preconditions (e.g., shape must exist), failure modes, or reversibility. For a mutation tool, this is a significant gap.

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 concise sentence that front-loads the core action and coordinate system with no extraneous information. Every word contributes to the meaning.

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?

For a simple move operation, the description is minimally adequate, but it lacks context about behavior when pageIndex is omitted (whether the shape moves on its current page), error conditions if the shape doesn't exist, or any other operational details. The absence of an output schema increases the need for description-provided context, which is not met.

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?

The input schema provides full descriptions for all four parameters, including coordinate meanings and page index. The description adds no new parameter semantics beyond reiterating 'top-left' which is already specified in the schema. The baseline of 3 applies since schema coverage is 100%.

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 states a specific verb ('Move'), a resource ('shape'), and the coordinate system ('top-left coordinates in inches'). It clearly differentiates from sibling tools like add_shape or resize_shape by its focus on repositioning, making the purpose unambiguous.

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 verb implies usage for moving shapes, but there is no explicit mention of selection criteria, exclusions, or references to sibling tools, leaving the agent to infer from context 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/SONA-LK/VISIO-MCP'

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