Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| wkt_to_geojson | Convert Well-Known Text (WKT) to GeoJSON format |
| geojson_to_wkt | Convert GeoJSON to Well-Known Text (WKT) format |
| csv_to_geojson | Convert CSV with geographic data to GeoJSON |
| geojson_to_csv | Convert GeoJSON to CSV format |
| geojson_to_topojson | Convert GeoJSON to TopoJSON format (more compact with shared boundaries) |
| topojson_to_geojson | Convert TopoJSON to GeoJSON format |
| kml_to_geojson | Convert KML to GeoJSON format |
| geojson_to_kml | Convert GeoJSON to KML format |
| coordinates_to_location | Convert latitude/longitude coordinates to location name using reverse geocoding |