Skip to main content
Glama

mirror_feature

Mirror selected features about a plane or planar face to create symmetric geometry for parts like brackets and mounting bosses.

Instructions

Mirror (simetría) features about a plane or planar face.

Useful for symmetric brackets, mirrored mounting bosses, and any part where you've modeled half and want SW to mirror the rest. ≈50% of autoparts geometry has at least one mirror plane.

Args: feature_names: Names of features to mirror. Pass exact names from get_active_part_info — e.g. ["Cortar-Extruir1"] for a single hole, ["Saliente-Extruir2", "Cortar-Extruir3"] to mirror a boss + a hole together. mirror_plane: Name of the plane or planar face to mirror about. Accepts: - Default plane aliases: "front" / "top" / "right" (English) or "Alzado" / "Planta" / "Vista lateral" (Spanish UI). - User-created reference plane: "Plano1" / "Plano2" etc. (returned by create_reference_plane). - Planar face name: e.g. "Cara<3>@Pieza1" for a flat face. geometry_pattern: When True (default), the mirror is a fast exact-geometry copy. Pass False to make SW recompute each mirrored feature's dimensions from scratch — useful when the source feature uses sketch dimensions that should re-evaluate on the mirrored side.

Returns the new mirror Feature with name (e.g. "Simetría1") and type ("mirror_feature").

Example — mirror a hole pattern about the part's centerline (Front plane in this binding): mirror_feature(["Cortar-Extruir1", "LPattern1"], "front")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mirror_planeYes
feature_namesYes
geometry_patternNo
Behavior5/5

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

Since no annotations are provided, the description fully discloses behavior: it explains the geometry_pattern parameter (exact copy vs recompute), lists acceptable plane aliases including bilingual support, and describes the return value with an example.

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 concise, front-loaded with purpose, and structured with clear Args and Returns sections. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite no annotations and no output schema, the description fully covers all aspects: parameter types, allowed values, behavioral nuances, return value, and a practical example. It is sufficient for an agent to invoke the tool correctly.

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

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% parameter description coverage, but the description provides detailed semantics for all three parameters: feature_names requires exact names from get_active_part_info with examples, mirror_plane lists all acceptable forms (default plane aliases, user planes, planar face names), and geometry_pattern explains its behavioral impact.

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 mirrors features about a plane or planar face, with specific use cases for symmetric geometry. It distinguishes from sibling tools like linear_pattern or circular_pattern which create pattern copies, not mirrors.

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 explicit use cases (symmetric brackets, mirrored mounting bosses) and states it's for parts where half is modeled. It does not explicitly mention when not to use or list alternatives, but the context is clear.

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/danielproxd2/MCP_CAD'

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