Skip to main content
Glama

get_map_image

Get a PNG map image URL for any area by providing a WGS84 bounding box to a MapServer service. Use for quick visual checks of a location.

Instructions

Render a PNG map image of an area from a MapServer service and return the image URL (href). Use for a quick visual of a bounding box. Provide a WGS84 bbox as xmin,ymin,xmax,ymax. Not all services publish a MapServer; FeatureServers do not.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bboxYesWGS84 bbox 'xmin,ymin,xmax,ymax', e.g. '44.49,40.16,44.54,40.20'
widthNo
heightNo
service_pathYesA MapServer service path, e.g. 'Yerevan_Named_Roads/MapServer'
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavior disclosure burden. It states the output is a PNG image URL, clarifies the required coordinate format, and warns about the MapServer-only constraint. It could say more about errors, auth, or side effects, but 'render and return image URL' is reasonably transparent for a read-oriented mapping operation.

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 four concise sentences with no filler. The main behavior is frontloaded, followed by intended use, required input, and a key compatibility warning. Every sentence contributes.

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?

Given there is no output schema, the description helpfully states the return value is an image URL (href). It also covers required bbox format and service_path constraints. It lacks only minor details such as error behavior for invalid bboxes or missing MapServer services, but the tool is simple enough that the description is sufficiently complete.

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?

Schema description coverage is 50%, covering only bbox and service_path. The description reinforces those two parameters and adds the WGS84 bbox format context, but it does not mention width or height. However, width and height are already well constrained by schema defaults and min/max bounds, so the gap is minor.

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 a specific action: render a PNG map image from a MapServer service and return its URL. It also distinguishes itself from sibling query tools by framing it as 'a quick visual of a bounding box' rather than a data query or feature operation.

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?

It says when to use it: for a quick visual of a bounding box. It also gives a clear when-not: FeatureServers do not expose MapServer endpoints. However, it does not explicitly name an alternative sibling tool to use instead for FeatureServers.

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/mheryerznkanyan/yerevan-gis-mcp'

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