Skip to main content
Glama

particle_set_properties

Adjust particle system parameters like lifetime, velocity, and emission spread to achieve desired visual effects.

Instructions

Set properties of a particle system.

Category: Particle

Args: project_path: Path to the Godot project directory scene_path: Path to the scene file (relative to project) particle_path: Path to the particle system node lifetime: Particle lifetime in seconds speed_scale: Speed scale multiplier explosiveness: Explosiveness ratio (0-1) randomness: Emission randomness (0-1) direction: Emission direction as JSON array [x, y] or [x, y, z] spread: Emission spread angle in degrees gravity: Gravity vector as JSON array [x, y] or [x, y, z] initial_velocity_min: Minimum initial velocity initial_velocity_max: Maximum initial velocity

Returns: Success message or error description

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_pathYes
scene_pathYes
particle_pathYes
lifetimeNo
speed_scaleNo
explosivenessNo
randomnessNo
directionNo
spreadNo
gravityNo
initial_velocity_minNo
initial_velocity_maxNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Description lacks behavioral details beyond the action. No annotations exist, so the description should disclose side effects (e.g., whether emission restarts, if changes are immediate), but it only says 'Returns: Success message or error description.' This is minimal.

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?

Reasonably concise given the number of parameters. Uses a clear Args section with a category header. No superfluous sentences, but some parameter descriptions could be more compact.

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?

Covers input parameters well but lacks detailed output description ('Success message or error description' is vague). No behavioral context. Given the tool complexity and lack of annotations, additional context (e.g., that this modifies an existing system) would improve completeness.

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?

Schema coverage is 0%, so parameter descriptions are critical. Each parameter has a brief, clear description (e.g., 'lifetime: Particle lifetime in seconds'). The direction and gravity parameters mention JSON array format, which adds value beyond the schema's type definitions.

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 'Set properties of a particle system,' using a specific verb and resource. It distinguishes from sibling tools like 'particle_add_system' (add) and 'particle_start_emitting' (start), which have different actions.

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. The description does not mention prerequisites, order of operations, or scenarios where another tool would be more appropriate.

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/ChanceFlow/godot-mcp'

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