Skip to main content
Glama

get_map_size_advisory

Get size advisory for an existing map: screen count, focal-point/path-junction targets, recommended scatter density, clutter tile budget, and oversize/purpose-mismatch warnings.

Instructions

Size advisory for an EXISTING map: screens (ceil(w/20)*ceil(h/15)), target focal-point and path-junction counts, recommended scatter density, approx clutter tile budget, and oversize/purpose-mismatch warnings. Use this first when editing a map so size and tile budget guide the design. Optionally pass a purpose to check the size against its sweet spot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mapIdYes
purposeNoOptional: check the map size against this purpose's sweet spot.
Behavior3/5

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

With no annotations, the description carries the burden. It discloses that this is an advisory (read-only) tool and enumerates the return content, but it does not explicitly state side effects, failure conditions, or data format, leaving moderate gaps.

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?

Three sentences, front-loaded with the tool's output contents followed by usage guidance. No filler, each sentence earns its place.

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?

No output schema, so the description lists all key return items (screens, counts, density, budget, warnings) and explains the optional purpose parameter. The tool is simple enough that this is sufficient, though exact units or response shape are not specified.

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

Parameters3/5

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

MapId is only implied as 'an EXISTING map' and lacks explicit meaning, while purpose is explained in both schema and description ('check the size against its sweet spot'). With schema coverage at 50%, the description adds some context but does not fully compensate for the undocumented mapId.

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 identifies the tool as providing design/size advisory for existing maps, listing concrete outputs (screens, counts, density, budget, warnings). It distinguishes itself from sibling map tools by emphasizing 'EXISTING map' and 'editing a map' context, though it uses a noun phrase rather than a strong verb.

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?

Explicitly states 'Use this first when editing a map' and explains the optional purpose parameter is for checking size against its sweet spot. It gives a clear usage context but does not mention when to avoid this tool or name alternative tools, so slightly below a perfect score.

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