Skip to main content
Glama
mapbox

Mapbox MCP Server

Official

Simplify Geometry

simplify_tool
Read-onlyIdempotent

Reduce vertices in LineString or Polygon geometry to simplify shapes and decrease file size without losing essential form. Ideal for improving map rendering performance.

Instructions

Simplify a LineString or Polygon by reducing the number of vertices while preserving the general shape. Uses the Douglas-Peucker algorithm. Useful for reducing file sizes and improving rendering performance. Works offline without API calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
geometryYesLineString or Polygon coordinates
toleranceNoSimplification tolerance (higher values = more simplification). Default: 0.01
highQualityNoUse high quality simplification (slower but more accurate). Default: false

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
simplifiedYesSimplified geometry coordinates
originalVertexCountYes
reductionPercentageYes
simplifiedVertexCountYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. Description adds value by naming the Douglas-Peucker algorithm and stating offline capability, which are not in annotations. No contradictions.

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?

Description is four concise sentences with no redundancies. Each sentence adds information: operation, algorithm, use case, and offline capability.

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?

With an output schema present, description does not need to explain return values. It covers algorithm, use cases, and offline behavior. Minor gap: no mention of coordinate system, but this is standard for such tools.

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 100%, so baseline is 3. Description does not add parameter-specific details beyond the schema, but it contextualizes the tolerance parameter by mentioning the algorithm.

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?

Description clearly states it simplifies LineString or Polygon by reducing vertices while preserving shape, using the Douglas-Peucker algorithm. It distinguishes from siblings like area, centroid, and buffer tools, which perform different operations.

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?

Description mentions usefulness for reducing file sizes and improving rendering performance, and that it works offline. While it does not explicitly exclude cases, the context is clear and implies appropriate use cases.

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/mapbox/mcp-server'

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