Skip to main content
Glama

scatter_tiles

Scatter decorative tiles across a map region at target density, skipping occupied cells. Use focal point for density gradients to place grass, rocks, or flowers.

Instructions

Scatter clutter tile ids over a region with natural random distribution at a target density (fraction of cells), skipping occupied cells. Optional focal point with falloff for a density gradient (denser near a landmark). Use for flowers/bushes/rocks/tall grass instead of hand-placing lone tiles — fixes sparse/corner-clustered decoration. Deterministic given seed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNo
focalNoDensity gradient toward a point
layerYesUsually 1 (ground clutter)
mapIdYes
regionYes
densityNoFraction of cells to fill, 0..1 (default 0.12)
tileIdsYesTile ids to scatter (picked at random per cell)
avoidOccupiedNoSkip non-empty cells (default true)
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses key behaviors: 'skipping occupied cells', 'deterministic given seed', optional 'focal point with falloff for a density gradient', and non-overwriting implied by skipping. It doesn't mention side effects like whether it clears existing tiles or error handling, but the main behavioral traits are well covered.

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 three sentences, each earning its place: first the core mechanism, second the optional focal point, third the use case and determinism. It is front-loaded and highly concise with no filler.

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

Completeness4/5

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

The description provides enough context for a map-decoration tool: what it does, when to use it, key behavioral rules, and determinism. It doesn't describe the return value, but there is no output schema. It could mention alternatives like fill_region for uniform fills, but the given use-case guidance is sufficient.

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?

Schema coverage is 63%, and the description adds meaningful semantics beyond the schema: it explains density as 'fraction of cells', focal parameter's effect ('denser near a landmark'), and seed determinism. It also aligns 'skipping occupied cells' with avoidOccupied. This compensates for the missing descriptions of mapId and region.

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 a specific verb ('Scatter') and resource ('clutter tile ids over a region'), with detailed scope including density and occupancy. However, it does not explicitly distinguish this tool from sibling tools like fill_region or set_map_tiles, so it misses the top score for sibling differentiation.

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 gives a clear use case: 'Use for flowers/bushes/rocks/tall grass instead of hand-placing lone tiles — fixes sparse/corner-clustered decoration.' This provides when-to-use context and an informal alternative, but it lacks explicit when-not-to-use guidance or references to alternative tools.

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/SerifeusStudio/rpgmaker-xp-mcp'

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