Skip to main content
Glama

kml_to_gpx

Convert a Google Earth/My Maps KML file directly to GPX — waypoints from Points, tracks from Lines/Polygons — e.g. "KML to GPX for my Garmin", "load this map on my GPS" (2026-09-03, completes the reverse of the existing gpx_to_kml).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kmlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior4/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It explains the transformation behavior: waypoints from Points, tracks from Lines/Polygons, and emphasizes a direct conversion. It does not cover edge cases like unsupported KML features or output GPX version, but the core behavior is transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the primary verb and resource, with mapping details and user examples woven in efficiently. The parenthetical date '(2026-09-03)' is slightly extraneous, but it does not detract much from readability.

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?

For a simple one-parameter converter with an output schema, the description covers the main purpose and transformation. However, it leaves the input parameter format unspecified and does not mention handling of unsupported KML constructs, so an agent may still guess about correct invocation.

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

Parameters2/5

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

Schema description coverage is 0%, yet the description never explains what the `kml` parameter must contain (raw KML XML string, file path, URL, etc.). It only references a 'KML file,' leaving the exact input format ambiguous. This is a significant gap for an agent preparing the call.

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 states a specific verb ('Convert'), resource ('KML file'), and target format ('directly to GPX'), and even clarifies how KML elements map ('waypoints from Points, tracks from Lines/Polygons'). It also distinguishes itself from the sibling by noting it 'completes the reverse of the existing gpx_to_kml,' so an agent can identify it without opening the schema.

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 provides concrete user intents via examples ('KML to GPX for my Garmin', 'load this map on my GPS'), which signal when this tool is appropriate. It does not explicitly exclude alternatives like kml_to_geojson or kml_to_shapefile, but the clear 'to GPX' targeting and mention of the reverse sibling give enough context to route correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.