Skip to main content
Glama

fill_tilemap_region

Automatically fill a region of tiles in a Godot TileMapLayer by providing start/end coordinates and tile ID, eliminating manual tile placement.

Instructions

Fill a region in a TileMapLayer with a specific tile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_posYes
node_pathYes
source_idYes
start_posYes
atlas_coordsYes
Install Server

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavior. It fails to mention side effects (e.g., overwriting existing tiles), coordinate system expectations, whether the region is inclusive, or any required permissions. The one-line description provides minimal behavioral insight.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, succinct sentence with no redundancy or fluff. It is appropriately front-loaded with the core action, although it is minimal. This is efficient but lacks structural detail that could aid comprehension.

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

Completeness1/5

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

For a tool with five parameters, nested objects, and no annotations or output schema, the description is grossly incomplete. It does not clarify how start_pos/end_pos define the region, how atlas_coords and source_id identify the tile, or what node_path refers to. The complexity demands far more context than provided.

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?

Schema description coverage is 0%, and the description does not explain any of the five parameters (node_path, start_pos, end_pos, source_id, atlas_coords). The description merely states the action without mapping to parameters, forcing the agent to rely on raw schema names with no semantic guidance.

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 action ('Fill') and the target resource ('a region in a TileMapLayer'), specifying the operation's scope. It distinguishes itself from sibling tools like 'set_tilemap_cell' (single cell) and 'clear_tilemap_cell' (removing tiles) by focusing on filling a region.

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. The description does not mention use cases, prerequisites, or exclusions, leaving the agent without context for selecting this tool over 'set_tilemap_cell' or other tile operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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-godot-mcp'

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