Skip to main content
Glama
diivi
by diivi

set_tag

Create or update animation tags to define frame ranges within a sprite. Specify start and end frames with optional playback direction.

Instructions

Create or update an animation tag on the sprite.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYes
nameYes
from_frameYes
to_frameYes
directionNoforward
Behavior2/5

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

Without annotations, the description carries the full burden but fails to disclose side effects such as whether an existing tag with the same name is updated or replaced, or any constraints on tag creation. The term 'update' implies idempotency, but this is not explicitly stated.

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 description is a single sentence, making it very concise. However, it lacks sufficient detail to be effective, sacrificing substance for brevity.

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 tool's complexity (5 parameters, no output schema, and many sibling tools), the description is incomplete. It does not explain the effect of the direction parameter, what constitutes a valid tag, or the consequence of creating vs updating.

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

Parameters1/5

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

The description does not mention any of the five parameters (filename, name, from_frame, to_frame, direction). With 0% schema description coverage, the description adds no meaning beyond the parameter names in the schema.

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 clearly states it creates or updates an animation tag on the sprite, which is a specific verb+resource. However, it does not differentiate from sibling tools, and the concept of 'tag' could be elaborated for clarity.

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 guidance is provided on when to use this tool versus alternatives like set_frame or add_frame. There is no context on prerequisites, conditions, or 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/diivi/aseprite-mcp'

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