Skip to main content
Glama
adityaairlangga12

lentera-aseprite-mcp

add_frame

Add a new frame to the active sprite. Specify the insertion position or append at the end, and set the frame duration in milliseconds.

Instructions

Add a new frame to the active sprite.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
positionNoFrame number to insert at (1-based). null = end.
duration_msNoFrame duration in milliseconds (default: 125 = 8 FPS)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not explain how insertion affects existing frame positions, whether the new frame becomes active, default duration behavior (beyond schema), or error conditions when no sprite is active.

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 a single, front-loaded sentence with zero filler. It is maximally concise while conveying the core purpose.

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?

Given the lack of annotations and output schema, the description is too sparse. It omits important behavioral context such as frame-index shifting on insertion, the effect on the active frame, and the fact that duration has a default. A bit more detail would make it a more complete guide.

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 the baseline is 3. The description itself adds no information about the parameters, but the schema already clearly documents position (1-based, null = end) and duration default.

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 verb ('Add'), the resource ('frame'), and the target ('active sprite'), which is a well-defined context given sibling tools. It distinguishes itself from related tools like remove_frame and list_frames.

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 usage guidance is provided beyond the action itself. The description does not mention when to use this tool versus alternatives, nor does it note any prerequisites (e.g., an open sprite) or exclusions.

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/adityaairlangga12/lentera-aseprite-mcp'

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