Skip to main content
Glama

get_tile_at

Retrieve the tile ID at a specific grid coordinate on a tilemap layer in an Aseprite file. Get the tile index (0 for empty) for a given frame, column, and row.

Instructions

Read which tile is placed at a grid position.

Args: filename: Aseprite file to read layer_name: Tilemap layer to read frame_index: Frame index starting at 1 col: Grid column (0-based) row: Grid row (0-based)

Returns: JSON with {col, row, tile_index} (0 = empty).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colYes
rowYes
filenameYes
layer_nameYes
frame_indexYes
Behavior4/5

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

The description clearly states it is a read operation (no side effects) and explains the return value including that tile_index 0 means empty. With no annotations, it adequately discloses behavior.

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 concise with a clear structure: summary line, args list, returns line. No extraneous words, front-loaded with purpose.

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?

Given the tool's simplicity, no output schema, and 5 parameters, the description covers all necessary information: input details and output format. It is fully complete.

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?

Each of the 5 parameters is described with its purpose, type, and constraints (e.g., frame_index starting at 1, col/row 0-based), adding significant value beyond the bare schema which has 0% description coverage.

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 tool reads which tile is at a grid position (specific verb and resource). It is distinct from siblings like set_tiles or draw_on_tile as a read operation.

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

Usage Guidelines3/5

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

The description implies use when needing to query a tile at a position but does not explicitly state when to use this tool versus alternatives like get_tilemap_info or draw_on_tile.

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

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