Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_geonode_array_grid

Generate linear, 2D grid, radial, or hexagonal arrays of objects using Geometry Nodes with configurable counts and spacing.

Instructions

Parametric array patterns via Geometry Nodes. Instances an object in LINEAR, GRID_2D, RADIAL, or HEXAGONAL arrangements. The modifier is applied to object_name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
count_xNoCount along primary axis (or total for LINEAR)
count_yNoCount along secondary axis (GRID_2D / HEXAGONAL)
grid_typeYesType of array pattern
spacing_xNoSpacing along primary axis (scene units)
spacing_yNoSpacing along secondary axis (scene units)
object_nameYesObject that receives the GN modifier (typically an empty or the instance_object itself)
radial_countNoNumber of instances around the circle (RADIAL)
radial_radiusNoRadius of the circle (RADIAL)
instance_objectYesObject to be instanced in the pattern

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does disclose the key side effect that a Geometry Nodes modifier is applied to object_name, which is meaningful, but it does not clarify whether an existing modifier is replaced, whether other scene state changes, or what the tool returns.

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 two short sentences with no filler and front-loads the core purpose and available arrangement types. The side-effect note about object_name is concise and earns its place.

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 definition is adequate for a straightforward tool: the purpose is clear and the schema covers all parameters. However, with no annotations and no output schema, plus a large sibling set, the description would benefit from explicit usage guidance and a note about return values or behavior when the modifier already exists.

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 coverage is 100%, so the schema already documents all nine parameters with descriptions and defaults. The description adds little beyond confirming the modifier target, which matches object_name; it does not introduce additional parameter semantics or usage detail beyond the schema.

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 a specific operation: instancing an object in LINEAR, GRID_2D, RADIAL, or HEXAGONAL arrangements via Geometry Nodes. It distinguishes itself from siblings like blender_array_along_curve or blender_geonode_scatter_instances by naming the exact pattern modes and confirming the modifier is applied to object_name.

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 usage for parametric array patterns, and the listed arrangement modes give some context for when this tool fits. However, it does not explicitly contrast with alternatives such as blender_array_along_curve, blender_geonode_scatter_instances, or blender_collection_instance, nor does it state when not to use it.

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/SekaiNoOwari77/mcp-3d-modeling-agent'

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