Skip to main content
Glama

GIS MCP Server

point_in_polygon

Determine if points lie within specified polygons by performing a spatial join using the 'within' predicate. Input point and polygon geospatial files, optionally save the result, and receive a detailed output dictionary.

Instructions

Check if points are inside polygons using spatial join (predicate='within'). Args: points_path: Path to the point geospatial file. polygons_path: Path to the polygon geospatial file. output_path: Optional path to save the result. Returns: Dictionary with status, message, and output info.

Input Schema

NameRequiredDescriptionDefault
output_pathNo
points_pathYes
polygons_pathYes

Input Schema (JSON Schema)

{ "properties": { "output_path": { "default": null, "title": "Output Path", "type": "string" }, "points_path": { "title": "Points Path", "type": "string" }, "polygons_path": { "title": "Polygons Path", "type": "string" } }, "required": [ "points_path", "polygons_path" ], "title": "point_in_polygonArguments", "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