Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

geonodes_create

Create a Geometry Nodes modifier on a target object, generating a new node tree for procedural modeling and effects.

Instructions

Create a Geometry Nodes modifier on an object with a new node tree.

Args: object_name: Target object tree_name: Name for the node tree

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tree_nameNoGeometryNodes
object_nameYes
Behavior2/5

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

No annotations exist, so the description bears full burden. It omits behavioral details like whether it modifies the object's modifier stack, if it's safe (non-destructive), or what happens to existing node trees. Only states basic creation with a new node tree.

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?

Description is very short and includes an args section, but no superfluous content. Could be more informative without sacrificing conciseness.

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?

Given 2 parameters, no output schema, and no annotations, the description is incomplete. It doesn't mention return value, side effects, or how it fits with sibling geometry nodes tools.

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?

Schema coverage is 0%, so description must add substantial meaning. It merely restates parameter names with short phrases ('Target object', 'Name for the node tree') without explaining constraints (e.g., object must exist, tree_name default behavior). Insufficient to compensate for lack of schema descriptions.

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 action (create), the resource (Geometry Nodes modifier), and the target (an object). It distinguishes from sibling tools like geonodes_add_node (adds node to existing tree) and add_modifier (generic modifier).

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 on when to use this tool versus alternatives like geonodes_add_node or add_modifier. No prerequisites or context provided about existing modifiers or object state.

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/dwgx/blender-copilot'

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