Skip to main content
Glama

extrude_faces

Extrude selected faces along their normals by a specified distance, enabling precise inward or outward geometry adjustments.

Instructions

Extrude faces outward along their individual normals.

Parameters:

  • name: Mesh object name

  • face_indices: Comma-separated face indices to extrude

  • amount: Extrusion distance in Blender units (negative = inward, default 0.2)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
face_indicesYes
amountNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains the extrusion direction and that negative amount indents, but does not disclose side effects like whether the modification is permanent or if selections are changed.

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 brief and to the point, with a clear purpose statement followed by parameter details. It is front-loaded and efficient, though minor formatting (bold) is present.

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 simple tool with no output schema, the description covers core functionality. However, it omits context like prerequisites (object must be a mesh) and results (e.g., memory usage, selection state). Adequate but not exhaustive.

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

Parameters4/5

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

With 0% schema description coverage, the description adds significant value by explaining each parameter: name (mesh object), face_indices (comma-separated indices), and amount (extrusion distance, negative for inward, default 0.2). This goes beyond the schema's bare types and defaults.

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 explicitly states the action ('Extrude faces') and the method ('along their individual normals'), which clearly distinguishes it from siblings like inset_faces or flip_normals.

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 explicit guidance on when to use this tool versus alternatives such as inset or flip normals. The description implies its purpose but does not provide criteria for selection or exclusion.

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/naab007/blender_mcp'

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