Skip to main content
Glama
SankofaForge

glaxnimate-mcp-server

by SankofaForge

glaxnimate_inspect_svg

Inspect an SVG and retrieve the element IDs that can receive animation keyframes, confirming which parts are ready for animation.

Instructions

Inspect an SVG and list the element IDs that can receive animation keyframes.

Give generated artwork stable, semantic IDs such as character, arm-left, eye-right, or background before calling this tool. The result confirms which IDs are available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
svgYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden of behavior disclosure. It describes a read-only inspection and the outcome, but does not explicitly state that the SVG is not modified, nor does it mention edge cases like missing IDs or invalid SVG input.

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 short, front-loaded with the core purpose, and adds one actionable pre-call instruction. Every sentence contributes value without redundancy.

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?

For a simple one-parameter inspection tool with an output schema, the description provides enough context: what the tool does, what input it expects conceptually, and how to prepare artwork for useful results. It does not need to detail return values because an output schema exists.

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?

Schema description coverage is 0%, so the description must compensate for the undocumented 'svg' parameter. It only says 'Inspect an SVG' and references generated artwork, but does not clarify expected SVG format, source, or how the parameter should be provided.

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 a specific action ('Inspect an SVG') and a concrete result ('list the element IDs that can receive animation keyframes'). This distinguishes it from the sibling glaxnimate_animate_svg, which presumably performs animations rather than inspecting them.

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 description gives explicit pre-call guidance: assign stable semantic IDs before invoking the tool. It implies the tool is used to confirm available animation targets, though it does not explicitly name alternatives or describe when not to use it.

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