save_results
Save GIS analysis results from any MCP tool to files in formats like GeoJSON, Shapefile, or CSV. Provide the data dictionary, optional filename, formats list, and target folder to persist outputs.
Instructions
MCP Tool: Save any GIS-MCP result dict to files, only when the user requests.
Args: data: The dictionary returned by any GIS-MCP tool. filename: Base filename without extension. formats: List of formats to save (default = all). folder: Target folder (relative to configured storage directory, or absolute path).
Returns: Dict with 'saved_files' mapping format -> path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| filename | No | ||
| formats | No | ||
| folder | No | outputs |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||