Skip to main content
Glama

cut_opening

Create a real opening in a wall for doors or windows, measured along the wall axis. Returns exact insertion point and rotation; can preview without making changes.

Instructions

Abre un vano real en un muro hecho con draw_wall, para que la puerta o la ventana tengan hueco abajo y no queden apoyadas encima.

distancia y ancho van en METROS y se miden SOBRE EL EJE del muro, desde el primer punto con el que se creo. No recibe un punto de mundo a proposito: ningun muro de estos planos esta a 0/90 grados (el edificio esta a 357,586588) y un punto de mundo sobre una recta girada miente por redondeo.

pieza='puerta-planta-090' toma el ancho real de la biblioteca (0,909, no 0,90) y avisa si la profundidad de la pieza no coincide con el muro. Devuelve el punto y la rotacion exactos para insertar la carpinteria. Sin confirm=true devuelve el plan y no toca nada.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
anchoNo
piezaNo
jambasNo
confirmNo
distanciaYes
handle_muroYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully discloses critical behaviors: it deliberately ignores world points due to rounding errors, uses library-accurate widths for piezas, warns on depth mismatches, returns exact placement data, and makes no modifications without confirm=true. This is thorough for a tool with no annotation support.

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 dense but every sentence provides essential information: purpose, measurement details, why world points are avoided, library behavior, return value, and dry-run mode. It is well-structured and appropriately sized for the tool's complexity, with no redundant content.

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 tool's complexity (6 parameters, no annotations, but has output schema), the description covers most key aspects: what it does, how to measure, why certain parameters exist, return value, and side-effect-free mode. It is missing explicit descriptions of handle_muro and jambas, and does not mention any prerequisites beyond draw_wall, which prevents a perfect score.

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 description coverage is 0%, so the description must explain parameters. It clearly explains distancia, ancho, pieza, and confirm (including units and axis measurement). However, handle_muro and jambas are not described; while handle_muro is somewhat guessable, jambas is a boolean whose effect is not explained, leaving a gap.

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's function: it opens a real opening in a wall created by draw_wall, specifically to accommodate doors or windows. It uses a specific verb ('abre') and resource ('muro hecho con draw_wall'), and the context distinguishes it from sibling tools like cut_corner or insert_block.

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?

It provides explicit when-to-use context: after drawing a wall, for placing doors/windows. It explains key measurement rules (meters, along the wall axis) and mentions the dry-run mode with confirm=false. However, it does not explicitly mention alternatives or when not to use it, so it falls short of a 5.

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/cruz636/autobat-v2'

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