Skip to main content
Glama

blender_geonodes

Geometry Nodes graph operations (procedural modeling).

Instructions

Geometry Nodes graph operations (procedural modeling).

Operations:

  • create_group: create or reuse a GeometryNodeTree

  • add_node: add a node to the group

  • connect_nodes: wire two nodes in the group

  • assign_modifier: attach node group to an object as Geometry Nodes modifier

  • add_input: expose a group input socket

  • list_node_types: common GeometryNode types for agents

Return Format

Standard dict with keys: success, message, data

Examples

await call_tool("blender_geonodes", {"operation": "create_group", "group_name": "MyNodes"})

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_nodeNo
from_nodeNo
node_nameNo
node_typeNoGeometryNodeMeshCube
operationNocreate_group
to_socketNo
group_nameNoGeoNodes
input_nameNoInput
location_xNo
location_yNo
from_socketNo
object_nameNo
socket_typeNoNodeSocketFloat
default_valueNo
modifier_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Addedv0.5.0

TDQS

B3.1/5.0
Behavior2/5

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

Annotations are all false, so no safety profile is provided. The description lists mutating operations (e.g., assign_modifier, add_node) but does not disclose side effects such as modifying the Blender scene, requiring an open project, or potential failure modes. The return format is mentioned but redundant given the output schema.

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 well-structured with a bullet list of operations, a return format note, and an example. It is concise and front-loaded, though the return format section is redundant since an output schema exists.

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

Completeness2/5

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

The tool is complex with 15 parameters and 6 distinct operations, but the description only lists operations without explaining operation sequences (e.g., create_group before add_node), parameter dependencies, or preconditions. The example covers only one operation, leaving significant operational gaps.

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

Parameters2/5

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

With 0% schema description coverage for 15 parameters, the description must compensate, but it only partially does. The operation names hint at relevant parameters (e.g., connect_nodes implies from_node/to_node) and the example uses group_name, but there is no explicit mapping of parameters to operations or clarification of required vs. optional fields.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly defines the tool as 'Geometry Nodes graph operations (procedural modeling)' and lists six specific operations (create_group, add_node, etc.), distinguishing it from sibling tools like blender_modifiers or blender_shaders. The enumerated operations make the purpose concrete and actionable.

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 clear domain context ('Geometry Nodes graph operations') and an example call, which implies usage. However, it does not explicitly mention when to choose this tool over alternatives or state any exclusions. This meets the 'clear context, no exclusions' level.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/sandraschi/blender-mcp'

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