Skip to main content
Glama
toruproject

MapNetwork MCP Server

by toruproject

redownload_map

Re-download a previously generated map with a different color theme or format, such as SVG or different canvas size, using the data key from your initial generation.

Instructions

Re-download a previously generated map with a different color theme or format.

Uses the dataKey from a prior generate_map call. The map data is NOT regenerated, so this is instant. Use this when the user wants to:

  • Try a different color theme (e.g. 'black' for dark mode, 'lightBlue', 'popArt')

  • Get an SVG version of a map already generated as PNG

  • Get a larger or smaller canvas size

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
data_keyYes
color_setNo
formatNopng
canvas_widthNo
canvas_heightNo
edge_weightNo
Behavior4/5

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

No annotations provided, but the description discloses key behavioral traits: map data is NOT regenerated, operation is instant, and it allows changing color theme, format, and canvas size. Could mention error handling for invalid dataKey.

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 short paragraph and bullet points. Every sentence adds value with no redundancy or fluff.

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

Completeness3/5

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

Given 6 parameters and no output schema, the description covers usage context and key behaviors, but omits what the return value is and fails to explain the edge_weight parameter, leaving gaps.

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 has 0% description coverage. The description explains data_key implicitly, and color_set/format/canvas dimensions via use cases, but does not mention edge_weight or provide explicit per-parameter meanings.

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 'Re-download a previously generated map' with specific verb and resource, and differentiates from sibling generate_map by noting it uses dataKey and is instant.

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 lists specific use cases (different color, format, canvas size) but does not explicitly state when not to use it (e.g., if the map hasn't been generated beforehand).

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/toruproject/mapnetwork-mcp'

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