GIS MCP Server

convex_hull

Calculate the convex hull of a geometry to determine the smallest convex polygon that fully encloses the shape. Ideal for geospatial analysis and optimal boundary identification.

Instructions

Calculate convex hull of a geometry.

Input Schema

NameRequiredDescriptionDefault
geometryYes

Input Schema (JSON Schema)

{ "properties": { "geometry": { "title": "Geometry", "type": "string" } }, "required": [ "geometry" ], "title": "convex_hullArguments", "type": "object" }
ID: irl5u9uw6f