Skip to main content
Glama

set_animation_param

Set a specified parameter—like length, loop mode, or step—for an animation in a Godot scene by providing the scene path, animation name, and new value.

Instructions

Set animation parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramYesParameter name (e.g. "length", "loop_mode", "step")
valueYesNew value for the parameter
scene_pathYesPath to .tscn scene file
animation_nameYesName of the animation (as appears in AnimationPlayer)
Behavior1/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It does not mention whether the operation mutates the scene file, requires a loaded scene, or has side effects. For a 'set' (mutating) operation, this is a critical omission.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, but it is under-specified rather than concise. It provides zero value beyond the tool name, making the sentence waste. A useful description would include key behavioral or usage details.

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

Completeness1/5

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

With four required parameters, no annotations, and no output schema, the description is completely inadequate. It does not explain what constitutes an animation parameter, valid values, or how the tool interacts with scene files. A minimal viable description would need much more context.

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 description coverage is 100%, so the schema already documents all four parameters with descriptions and examples. The description adds no additional parameter semantics, leaving the baseline of 3 given good schema coverage.

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

Purpose2/5

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

The description 'Set animation parameter' is a direct restatement of the tool name 'set_animation_param'. It does not add specificity (e.g., which scene/animation) nor does it distinguish from sibling tools like set_animation_tree_param.

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 is provided about when to use this tool versus alternatives. There is no mention of prerequisites, context (e.g., editing .tscn files), or exclusions. The description simply states the action without situational guidance.

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/yanhuifair/Godot-MCP'

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