Skip to main content
Glama
1425sd

spine-mcp

by 1425sd

spine_add_simple_animation

Add a simple rotate, translate, or scale animation timeline to a target bone in a Spine JSON file by directly specifying keyframes.

Instructions

Low-level debug tool for adding one simple rotate, translate, or scale bone timeline to a Spine JSON copy. Use this when you already know the exact targetBone and keyframes you want. It only edits JSON and writes generation.manifest.json. Do not use it for natural-language animation planning, packing, exporting, UI automation, mesh, IK, weights, or direct .spine binary edits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyframesYesTimeline keyframes to write to the target bone.
overwriteNoWhen false, stop if outputJsonPath exists or animationName already exists. When true, overwrite those generated targets.
targetBoneYesExisting bone name that receives the timeline.
animationNameYesAnimation name to add or overwrite.
animationTypeYesSimple bone timeline type to write.
outputJsonPathYesDestination JSON file where the modified copy will be written.
sourceJsonPathYesSource Spine JSON file to read. It is preserved unchanged.
Behavior3/5

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

No annotations are provided, so the description bears full responsibility. It states the tool only edits JSON and writes generation.manifest.json, but does not disclose other behaviors like overwrite effects (though the overwrite parameter is in the schema) or potential risks of breaking the Spine data. More transparency about side effects would improve the score.

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

Conciseness5/5

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

The description is two sentences long, front-loads the purpose, and contains no redundant or unclear information. Every sentence contributes meaning.

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

Completeness4/5

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

The description is mostly complete given the tool's complexity and the presence of sibling tools. However, it does not mention prerequisites like the source file needing to be a valid Spine JSON export, nor does it clarify whether the tool validates inputs or provides error messages. This minor gap prevents a perfect score.

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 baseline is 3. The description adds context about the tool's overall nature but does not enhance parameter semantics beyond what the schema already provides. For instance, the schema describes keyframes in detail; the description only reiterates that it's a low-level tool.

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 the tool is for adding one simple bone timeline (rotate, translate, scale) to a Spine JSON copy, and specifies it is a low-level debug tool. It also lists what it does not do (e.g., natural-language planning, packing, exporting), effectively distinguishing it from siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use this when you already know the exact targetBone and keyframes you want' and provides a list of scenarios where it should not be used, giving clear guidance on when to invoke this tool vs alternatives.

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/1425sd/spine-MCP'

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