GIS MCP Server

get_geod_info

Retrieve geodetic calculation details, including ellipsoid parameters, to support accurate geospatial analysis and coordinate transformations on the GIS MCP Server.

Instructions

Get information about a geodetic calculation.

Input Schema

NameRequiredDescriptionDefault
aNo
bNo
ellpsNoWGS84
fNo

Input Schema (JSON Schema)

{ "properties": { "a": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "A" }, "b": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "B" }, "ellps": { "default": "WGS84", "title": "Ellps", "type": "string" }, "f": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "F" } }, "title": "get_geod_infoArguments", "type": "object" }
ID: irl5u9uw6f