export_geolibre_project
Export a GeoLibre project file with eo-mcp analysis layers for direct import into GeoLibre Desktop or Web. Specify title, bbox, layers, and basemap to generate a .geolibre JSON.
Instructions
Export a native GeoLibre project configuration file (.geolibre / .json). Allows one-click importing of eo-mcp analysis layers directly into GeoLibre Desktop (Tauri) or Web (geolibre.app).
Args: title: Project title. bbox: Bounding box [min_lon, min_lat, max_lon, max_lat]. layers: Optional JSON string of layer specifications or GeoJSON layer references. output_json_path: Optional destination file path (e.g. 'valencia_flood.geolibre'). basemap_theme: Basemap style ('dark', 'positron', 'voyager', 'satellite').
Returns: JSON string of GeoLibre project definition or file confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | ||
| title | Yes | ||
| layers | No | ||
| basemap_theme | No | dark | |
| output_json_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |