Skip to main content
Glama

Extrude Faces

modeling.extrude_faces

Extrude selected polygon faces while adjusting local translation, offset, and division count to create detailed 3D geometry.

Instructions

Extrude polygon faces with local translation, offset, and division options.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
facesYesFace components to extrude (e.g., ['pCube1.f[0]', 'pCube1.f[2]'])
offsetNoOffset amount for the extrusion
divisionsNoNumber of extrusion divisions
local_translate_xNoLocal X translation
local_translate_yNoLocal Y translation
local_translate_zNoLocal Z translation (extrusion thickness)
keep_faces_togetherNoKeep faces together during extrusion

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYes
errorsYes
faces_extrudedYes
new_face_countYes
Behavior2/5

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

Annotations provide no hints (all false), and the description merely states the operation without disclosing side effects, such as whether the extrusion creates new geometry, whether it is destructive, or any permissions needed. The agent lacks understanding of the operation's impact.

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 a single, front-loaded sentence with no fluff. Every word is informative, and it efficiently conveys the tool's action and key options.

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?

The tool has an output schema (covers return values) and schema coverage is 100%, so the description's brevity is acceptable. However, a brief example or clarification of 'local translation' axes would improve completeness for a modeling tool with multiple siblings.

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%, so the schema already documents each parameter. The description adds a summary phrase but no additional semantics beyond what the schema provides. Baseline 3 is appropriate.

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 verb 'Extrude' and the resource 'polygon faces', and lists the specific options (local translation, offset, division). It effectively distinguishes from sibling modeling tools like bevel, bridge, or delete_faces.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives, nor are there any prerequisites, exclusions, or context about typical use cases. The agent is left without decision support.

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/GimbalGoats/GG_MayaMCP'

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