Skip to main content
Glama

GIS MCP Server

append_gpd

Merge two shapefiles vertically into one by concatenating their data. Specify input paths for both shapefiles and define the output path for the combined result.

Instructions

Reads two shapefiles directly, concatenates them vertically.

Input Schema

NameRequiredDescriptionDefault
output_pathYes
shapefile1_pathYes
shapefile2_pathYes

Input Schema (JSON Schema)

{ "properties": { "output_path": { "title": "Output Path", "type": "string" }, "shapefile1_path": { "title": "Shapefile1 Path", "type": "string" }, "shapefile2_path": { "title": "Shapefile2 Path", "type": "string" } }, "required": [ "shapefile1_path", "shapefile2_path", "output_path" ], "title": "append_gpdArguments", "type": "object" }

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

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