Skip to main content
Glama
SankofaForge

glaxnimate-mcp-server

by SankofaForge

glaxnimate_animate_svg

Animate SVG files using standards-based SMIL keyframes for motion, rotation, scaling, opacity, paths, and stroke effects. Returns both animated and static reduced-motion versions.

Instructions

Add standards-based SMIL keyframes to a custom SVG.

Each animation needs target_id, property, and values. Property is translate, rotate, scale, opacity, path, or stroke-dashoffset. Use values such as ["0 0", "120 0"] for translate, ["0", "1"] for opacity, or compatible SVG path data for path. duration_ms, begin_ms, repeat_count, and key_times are optional.

The response contains animated_svg for the normal experience and the unchanged reduced_motion_svg for consumers that honor prefers-reduced-motion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
svgYes
animationsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the output shape (animated_svg plus unchanged reduced_motion_svg), the required animation fields, allowed property types, and optional timing parameters. It does not discuss error behavior, but the main behavioral surface is transparent.

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 compact and information-dense: one sentence states purpose, one lists required and optional animation keys, one gives value examples, and one states the response fields. Every sentence earns its place and nothing is padded.

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?

Given the minimal input schema, the description is unusually complete: an agent knows how to construct the animations array and what to expect in the response. The only minor gap is the absence of explicit value formatting for rotate and scale, but the stated examples and property list are sufficient for a competent call.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and the animations array items are completely open objects (additionalProperties: true). The description compensates by defining exactly what each animation needs: target_id, property, values, plus optional duration_ms, begin_ms, repeat_count, and key_times. It also gives concrete value examples for translate, opacity, and path, without which the tool would be nearly uninvokable.

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 opens with a specific verb and resource: 'Add standards-based SMIL keyframes to a custom SVG.' This clearly distinguishes it from the sibling glaxnimate_inspect_svg, which is for inspection rather than animation.

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

Usage Guidelines4/5

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

The tool is clearly scoped to modifying/annotating an SVG with SMIL keyframes. It does not explicitly say 'use inspect_svg when you only need to inspect,' but the sibling name and the action verb make the divide obvious enough that an agent can choose correctly.

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/SankofaForge/glaxnimate-mcp-server'

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