Skip to main content
Glama

cut_corner

Cut a rectangular notch from a selected corner of entities using native boolean subtraction. Report any artifacts left in the cut zone to prevent accidental movement.

Instructions

Recorta un rectangulo en una esquina (NE/NO/SE/SO) de un conjunto de entidades — el caso 'es un B2 pero hay que sacarle 1x1 porque pasa una columna'. Usa resta booleana nativa sobre el contorno, no una aproximacion. Reporta que artefactos quedan en la zona recortada: esos NO se mueven solos. Sin confirm=true devuelve el plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
altoYes
anchoYes
marcarNo
confirmNo
esquinaYes
handlesYes
layer_marcaNo

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 provided, the description carries the full burden of behavioral disclosure. It explicitly discloses that the tool reports remaining artifacts and that these do not move on their own ('Reporta que artefactos quedan... esos NO se mueven solos'), and that without 'confirm=true' it returns a plan rather than executing. This is substantive, non-obvious behavior that helps the agent predict 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?

The description is three sentences, front-loaded with the core purpose, followed by a use-case example, a technical note on the method, and key behavioral caveats. Every sentence contributes meaningful information with no redundancy or filler.

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 has an output schema and no annotations, the description covers the essential selection and usage context: what it does, when to use it, the precision method, report behavior, and the confirm/plan mode. It does not detail all parameters (marcar, layer_marca) or error conditions, but the presence of an output schema reduces the need to explain return values. Overall, it is sufficiently complete for an agent to select and invoke the tool effectively.

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 the description must compensate for parameter meaning. It clarifies the core geometry parameters (handles as 'conjunto de entidades', esquina as one of NE/NO/SE/SO, ancho/alto as rectangle dimensions) and hints at 'confirm'. However, it does not explain 'marcar' or 'layer_marca', leaving these parameters underspecified. The description adds meaning for the main required parameters but not complete coverage.

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 with a specific verb ('Recorta un rectangulo') and resource ('en una esquina de un conjunto de entidades'), and distinguishes it from siblings by specifying the corner-cut scenario. The concrete example ('es un B2 pero hay que sacarle 1x1 porque pasa una columna') further clarifies its unique use case.

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?

The description provides a clear context for when this tool is appropriate, using an illustrative scenario ('el caso B2...'). It also notes a critical behavioral distinction ('Usa resta booleana nativa... no una aproximacion'), but it does not explicitly name alternative tools or state when not to use it. Thus, it gives clear context without explicit 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/cruz636/autobat-v2'

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