Skip to main content
Glama

open_in_editor

Open a sprite in Aseprite GUI for live viewing. The window stays open independently, allowing on-disk changes to be watched without reopening.

Instructions

Open a sprite in the Aseprite GUI window (non-blocking) for live viewing.

The window stays open and runs independently of this server. Keep editing the file with the other tools — Aseprite detects the on-disk change and prompts to reload (or reloads automatically, depending on your Aseprite preferences), so you can watch edits land without re-opening.

Returns the launched process id. To stop watching, just close the Aseprite window yourself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYes
Behavior5/5

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

With no annotations provided, the description fully discloses non-blocking behavior, independent window operation, automatic reload detection, return of process id, and how to stop (close window). This is comprehensive for a launcher tool.

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 very concise, using four sentences to convey action, behavior, return value, and stop instructions. No fluff, well-structured.

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

Completeness5/5

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

For a simple one-parameter tool with no output schema, the description covers all necessary aspects: what it does, how it behaves with other tools, return value, and how to terminate. It is fully adequate.

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

Parameters4/5

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

The single parameter 'filename' is implied to be a sprite file, but the description does not specify format or path conventions. Given 0% schema coverage, the description adds essential meaning but could be more precise.

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 that the tool opens a sprite in the Aseprite GUI for live viewing. It uses the specific verb-resource pair 'Open a sprite' and distinguishes from editing or export tools by focusing on live viewing.

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 explains that the window stays open for live viewing while editing with other tools, providing clear usage context. However, it does not explicitly mention when not to use this tool or point to alternatives like export_png for static exports.

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

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