Skip to main content
Glama

godot_setup_inverse_kinematics

Set up inverse kinematics for Godot skeletons by configuring SkeletonIK3D chains with target nodes and magnet vectors.

Instructions

Configure SkeletonIK3D chains with target nodes and magnet vectors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

The description only says 'configure', which weakly implies a mutation but does not disclose overwrite behavior, side effects, or required scene structure. Since the annotations do not mark it as readOnly and destructiveHint is false, the description carries the behavioral disclosure burden and falls short.

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 sentence is front-loaded and contains no filler, which is concise. However, it is so sparse for a multi-parameter configuration tool that it crosses from concise into under-specified.

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?

This is a mutating setup tool with several tuning parameters and no readOnlyHint, yet the description omits whether it creates or overwrites a SkeletonIK3D node, what scene structure is required, and how magnet/target options interact. The output schema may cover return values, but the actual setup behavior is largely implicit.

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?

With schema description coverage reported at 0%, the description needed to compensate for missing parameter meaning, but it only mentions target nodes and magnet vectors. It does not explain the required root_bone and tip_bone chain semantics, nor the tuning parameters like interpolation, iterations, or min_distance.

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 identifies a concrete action and resource: 'Configure SkeletonIK3D chains', and it names the key features involved (target nodes, magnet vectors). This is specific enough to distinguish it from sibling tools like godot_inspect_skeleton or godot_configure_bone_attachment, though the create-vs-modify intent is left implicit.

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 gives no guidance about when to use this tool instead of alternatives, nor any prerequisites such as an existing Skeleton3D node. It simply states the operation without context, exclusions, or routing to a different tool.

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

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