geometry-info
Extract detailed geometry information (area, length, dimensions) from WKT-formatted data using PostGIS MCP Server's spatial database capabilities.
Instructions
Geometri hakkında detaylı bilgi al (alan, uzunluk, boyut vs.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
geometry_wkt | Yes | WKT formatında geometri |
Input Schema (JSON Schema)
{
"properties": {
"geometry_wkt": {
"description": "WKT formatında geometri",
"type": "string"
}
},
"required": [
"geometry_wkt"
],
"type": "object"
}