Skip to main content
Glama

draw_from_library

Insert any library part (artifact, fixture, lighting, installation) at specified coordinates without opening the source file. Supports rotation, scale, mirror, and explode for editing.

Instructions

Inserta cualquier pieza de la biblioteca local (artefacto, grifería, luminaria, pieza de instalacion) en (x, y). Sin abrir el archivo de origen. rotation en GRADOS float. explode=true la deja editable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
layerNo
scaleNo
mirrorNo
nombreYes
explodeNo
rotationNo
create_layerNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses key behavioral traits: it does not open the source file, rotation is in degrees (float), and explode=true makes the piece editable. These add value beyond the schema, though it does not mention side effects, permissions, or undo behavior.

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 concise, with each sentence adding distinct information: main action, a behavioral caveat, and parameter notes. The structure is slightly fragmented with mixed imperative and declarative phrases, but it remains tight and front-loaded with the primary purpose.

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 tool with 9 parameters and no annotations, the description provides core insertion context, parameter hints for rotation and explode, and a notable behavior (no source file opening). An output schema may cover return values, but the description still omits explanations for several parameters and does not clarify how this relates to sibling tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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. It explains rotation (degrees), explode (editable when true), and implicitly nombre as the library piece name, plus x,y as coordinates. However, it does not explain layer, scale, mirror, or create_layer, leaving nearly half of parameters undocumented in the text.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool inserts a library piece at (x,y), specifying the types included (artefact, plumbing, lighting, installation piece). It distinguishes from siblings by mentioning 'local library' and 'without opening the source file,' which differentiates it from general insert_block or draw_reference tools. However, it does not explicitly name a sibling tool for contrast.

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 use for placing local library fixtures at coordinates, and the phrase 'Sin abrir el archivo de origen' suggests a benefit over alternatives, but it does not explicitly state when to choose this tool over insert_block or draw_reference. There is no exclusion or alternative tool mentioned, leaving the decision to the agent.

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