Skip to main content
Glama

GIS Data Conversion MCP

geojson_to_kml

Convert GeoJSON files to KML format for geographic data visualization and integration, enabling precise format transformation with customizable document name, description, and property mapping.

Instructions

Convert GeoJSON to KML format

Input Schema

NameRequiredDescriptionDefault
descriptionPropertyNoProperty name in GeoJSON to use as KML descriptiondescription
documentDescriptionNoDescription for the KML documentConverted from GeoJSON by GIS Format Conversion MCP
documentNameNoName for the KML documentGeoJSON Conversion
geojsonYesGeoJSON object to convert
namePropertyNoProperty name in GeoJSON to use as KML namename

Input Schema (JSON Schema)

{ "properties": { "descriptionProperty": { "default": "description", "description": "Property name in GeoJSON to use as KML description", "type": "string" }, "documentDescription": { "default": "Converted from GeoJSON by GIS Format Conversion MCP", "description": "Description for the KML document", "type": "string" }, "documentName": { "default": "GeoJSON Conversion", "description": "Name for the KML document", "type": "string" }, "geojson": { "description": "GeoJSON object to convert", "type": "object" }, "nameProperty": { "default": "name", "description": "Property name in GeoJSON to use as KML name", "type": "string" } }, "required": [ "geojson" ], "type": "object" }

Other Tools from GIS Data Conversion MCP

Related Tools

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/ronantakizawa/gis-dataconvertersion-mcp'

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