Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

geonodes_preset_scatter

Generate a geometry nodes setup to distribute point instances on an object's surface. Perfect for scattering grass, rocks, or particles with adjustable density, scale, and seed.

Instructions

Apply a preset: scatter instances on a surface.

Creates a complete geo-nodes setup that distributes point instances on the object's surface — great for grass, rocks, particles, etc.

Args: object_name: Surface object to scatter on instance_type: SPHERE, CUBE, CONE, or object name for custom instance density: Points per unit area scale: Instance scale seed: Random seed

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNo
scaleNo
densityNo
object_nameYes
instance_typeNoSPHERE
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It states it creates a geo-nodes setup but does not mention whether it modifies the existing modifier stack, if it is destructive, or what the return value is. These gaps hinder safe invocation.

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 concise with a clear paragraph and parameter list. No filler words. However, the phrase 'Apply a preset:' may be slightly redundant given the tool name. Overall efficient.

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 the lack of output schema and annotations, the description does not explain the return value or side effects (e.g., does it modify the object in place? Does it return a success message?). This leaves the agent uncertain about the tool's aftermath.

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?

The schema has 0% coverage, so the description's Args section adds critical meaning: object_name as surface, instance_type with examples (SPHERE, CUBE, CONE, custom), density as points per unit area, scale, and seed. This compensates well for the missing 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 'Apply a preset: scatter instances on a surface' and explains it creates a complete geo-nodes setup for distributing point instances. This verb+resource combo is specific and distinguishes from siblings like add_particles or distribute_objects.

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?

The description provides no explicit guidance on when to use this tool versus alternatives (e.g., add_particles, distribute_objects). No prerequisites or exclusions are mentioned, so an AI agent lacks context to choose between similar tools.

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