Macrostrat MCP Server

find-units

Query geologic units by latitude and longitude using the Macrostrat API on the MCP server, with options for detailed or concise response formats.

Instructions

Query Macrostrat geologic units

Input Schema

NameRequiredDescriptionDefault
latYesA valid latitude in decimal degrees
lngYesA valid longitude in decimal degrees
responseTypeYesThe length of response long or short. Long provides lots of good detailslong

Input Schema (JSON Schema)

{ "properties": { "lat": { "description": "A valid latitude in decimal degrees", "type": "number" }, "lng": { "description": "A valid longitude in decimal degrees", "type": "number" }, "responseType": { "default": "long", "description": "The length of response long or short. Long provides lots of good details", "enum": [ "long", "short" ], "type": "string" } }, "required": [ "lat", "lng", "responseType" ], "type": "object" }

You must be authenticated.

Other Tools from Macrostrat MCP Server

Related Tools

ID: v67anfiq0s