Macrostrat MCP Server

find-columns

Query stratigraphic columns from the Macrostrat API using latitude and longitude to access geologic data, with options for adjacent columns and response length.

Instructions

Query Macrostrat stratigraphic columns

Input Schema

NameRequiredDescriptionDefault
adjacentsNoInclude adjacent columns
latYesA valid latitude in decimal degrees
lngYesA valid longitude in decimal degrees
responseTypeYesThe length of response long or shortlong

Input Schema (JSON Schema)

{ "properties": { "adjacents": { "description": "Include adjacent columns", "type": "boolean" }, "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", "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