Skip to main content
Glama

Macrostrat MCP Server

by blake365

find-columns

Locate geological stratigraphic columns and rock layers globally using latitude and longitude. Analyze bedrock, formations, and geological history for research or exploration purposes. Supports adjacent column inclusion and customizable response lengths.

Instructions

Find geological stratigraphic columns, rock layers, and geological history for any location worldwide. Use for geology, bedrock, formations, age dating, and stratigraphic analysis.

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" }

Other Tools from Macrostrat MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/blake365/macrostrat-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server