Skip to main content
Glama

despiece

Read-only

Genera la lista completa de piezas de corte y herrajes para fabricar un mueble: cada pieza con largo, ancho y espesor en mm, material, tapacanto frontal, más una tabla ASCII lista para copiar o enviar a la maderera. Usala cuando el usuario necesita la planilla de cortes para llevar a una maderera, o quiere verificar qué componentes tiene el mueble. Acepta los mismos args que cotizar_mueble: preset o params más ajustes opcionales — si no sabés el id del preset, llamá primero a listar_presets. Limitación: medidas netas de corte en mm; para calcular el consumo de placas hay que sumar kerf de 3-4 mm entre piezas (el editor de Mueblito lo hace con MaxRects). (cut list furniture, wood pieces breakdown, maderera Argentina, CNC cut plan)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNoParams paramétricos completos (alternativa a 'preset'). Requerido si no se pasa 'preset'.
presetNoID del preset del mueble a despiesar. Requerido si no se pasa 'params'. Usá listar_presets para ver los ids disponibles.
ajustesNoAjustes de medidas opcionales sobre el preset.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notaYes
muebleYes
piezasYes
herrajesYes
medidas_mmYes
tabla_textoYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already mark the tool as readOnly, and the description adds substantive context: it discloses the output format (ASCII table), that measurements are net cut sizes in mm, and the kerf limitation of 3-4 mm when computing board consumption. This is valuable behavioral information beyond the readOnlyHint.

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 longer than average but each sentence carries distinct value: output, use case, argument structure, and a technical limitation. The trailing English keywords are redundant but do not undermine clarity; a shorter version could merge the argument sentence.

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 complex nested schema and the output schema, the description covers the essential operational context: what the tool returns, in what units, with which limitation, and how to obtain a preset id. It doesn't enumerate furniture kinds, but that is already encoded in the params oneOf schema.

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 100% and the schema already explains preset, params, and ajustes, including how they relate. The description adds cross-tool context ('Acepta los mismos args que cotizar_mueble') and repeats the listar_presets guidance, but does not add meaning beyond what the schema provides.

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 opens with a specific verb and resource: 'Genera la lista completa de piezas de corte y herrajes para fabricar un mueble', and enumerates output fields (largo, ancho, espesor en mm, material, tapacanto frontal, tabla ASCII). It also distinguishes itself from cotizar_mueble by noting it accepts the same args but produces a cut list, so an agent can tell them apart.

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 gives an explicit when-to-use condition: 'Usala cuando el usuario necesita la planilla de cortes... o quiere verificar qué componentes tiene el mueble', and points to listar_presets as a prerequisite when the preset id is unknown. It does not explicitly state when not to use it (e.g., for pricing), 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct deliverable: search, list, quote, cut list, preview, validate, refine, and compose a 3D design. Even though several share the same preset/params inputs, their purposes and outputs do not overlap in a confusing way.

Naming Consistency4/5

Most tools follow a consistent Spanish verb_noun pattern: ajustar_mueble, buscar_catalogo, cotizar_mueble, crear_diseno, listar_presets, validar_factibilidad, ver_mueble. Despiece breaks the pattern as a noun-only name, which is a minor deviation.

Tool Count5/5

Eight tools is well-scoped for a parametric furniture server. Each tool covers a distinct part of the workflow—discovery, quotation, cut lists, preview, feasibility, iteration, and 3D scene creation—without unnecessary redundancy.

Completeness5/5

The tool set covers the full parametric furniture lifecycle: find/list presets, preview, validate, quote, generate cut lists, refine designs, and create shareable 3D layouts. There are no obvious dead ends or missing operations for the stated purpose.

Resources