Skip to main content
Glama
andrej-reeg

allplan-mcp-bridge

by andrej-reeg

get_grid_lines

Retrieve all grid line names and their coordinates in millimeters for a named grid. Use these coordinates to precisely place walls, columns, or other BIM elements.

Instructions

Return all grid line names and coordinates for a named grid.

Use this to resolve grid line names to mm coordinates before calling create_wall, create_column, or other placement tools. Example: X line "28" → coordinate_mm=28000 means x=28000 mm.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
grid_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so description carries full burden. Only states it returns data; does not explicitly confirm it's read-only or disclose any behavioral traits like authorization or side effects.

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?

Three concise sentences: purpose, usage guidance, example. Front-loaded and every sentence adds value. No fluff.

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 tool simplicity and existence of output schema, description is sufficient. It explains purpose, usage, and example. Minor gap: no explicit description of return structure, but example hints.

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 coverage 0%, but description provides context via example (line name '28' to coordinate). However, does not explain what grid_name parameter expects (e.g., the grid's name from list_grids).

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?

Description clearly states it returns all grid line names and coordinates for a named grid, with a specific verb and resource. Distinguishes from sibling tools like define_grid and list_grids by focusing on resolving coordinates.

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

Usage Guidelines4/5

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

Explicitly says when to use: before calling placement tools like create_wall, create_column. Provides an example. Could mention alternatives but not necessary.

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