Skip to main content
Glama

animation

Create and manage Godot animations by adding players, animations, tracks, and keyframes.

Instructions

Animation management. Actions: create_player|add_animation|add_track|add_keyframe|list. Use help tool for full docs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform
project_pathNoPath to Godot project directory
scene_pathNoPath to scene file
nameNoAnimationPlayer node name
parentNoParent node path
anim_nameNoAnimation name
durationNoAnimation duration in seconds
loopNoWhether animation loops
track_typeNoTrack type: value, method, bezier
node_pathNoTarget node path for track
propertyNoTarget property for track
Behavior2/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, but the description does not elaborate on behavioral traits such as file modifications, required project state, or side effects. The brief description adds no information beyond what annotations already convey.

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

Conciseness3/5

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

The description is very concise (two sentences), which is good for readability, but it omits essential details about actions and parameters. It is not bloated, but the brevity sacrifices completeness.

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?

Given the complexity of 11 parameters and 5 actions, the description is completely inadequate. It does not explain actions, usage prerequisites, or how parameters relate to actions. The tool requires much more context for effective use.

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?

The description only lists action names but does not explain any parameter semantics beyond what the input schema already provides. With 100% schema description coverage, the description adds no value for understanding parameters.

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 states 'Animation management' and lists five specific actions, making the tool's purpose clear and distinct from sibling tools that cover other domains like audio or nodes. However, it does not explain what each action does, which slightly reduces clarity.

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 on when to use this tool versus alternatives. The only instruction is 'Use help tool for full docs,' but this does not help with selection relative to other tools. Given the sibling tools are in different domains, some context would be beneficial.

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

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