read_file_gpd
Extract statistics and preview data from geospatial files using a GIS MCP Server tool designed for efficient file analysis and geospatial operations.
Instructions
Reads a geospatial file and returns stats and a data preview.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"file_path": {
"title": "File Path",
"type": "string"
}
},
"required": [
"file_path"
],
"title": "read_file_gpdArguments",
"type": "object"
}