Skip to main content
Glama
andrej-reeg

allplan-mcp-bridge

by andrej-reeg

copy_to_grid_position

Copy elements to a new grid position by specifying source and target grid lines. The offset is computed and elements are recreated at the target position.

Instructions

Copy one or more elements to a new grid position.

Computes the offset from (from_x_line → to_x_line) and/or (from_y_line → to_y_line), then re-creates each element at the offset position. Elements must have been created in this session (UUIDs are looked up in the in-memory spec cache).

Example: copy a column from between X28–X29 to between X30–X31: from_x_line="28", to_x_line="30" → dx = X30 - X28

Returns a list of new ElementRef objects for the created copies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
element_uuidsYes
grid_nameYes
from_x_lineNo
to_x_lineNo
from_y_lineNo
to_y_lineNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that it computes offsets, re-creates elements, uses an in-memory cache, and returns new ElementRef objects. It does not cover permissions or error conditions, but provides substantial behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear overview, mechanism explanation, and example. It is mostly concise, though the example could be integrated into the explanation. No redundant sentences.

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 parameter count and lack of param descriptions, the description provides a solid understanding of the core operation and return type. It explains caching and offset logic, but omits details on grid_name and edge cases. An output schema exists to capture return structure.

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 0%, so description must compensate. It explains the offset parameters (from_x_line, to_x_line, etc.) well with an example, but does not describe element_uuids or grid_name beyond their names. Partial compensation, baseline 3.

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 it copies elements to a new grid position, explains the offset computation, and distinguishes itself from sibling tools like move_element by explicitly using 'copy'.

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 for copying elements, but does not explicitly state when to use versus alternatives like move_element or when not to use. It mentions a prerequisite (elements must be created in this session) which provides some guidance.

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/andrej-reeg/allplan-mcp-bridge'

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