macrostrat

find-columns

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

Remote blake365/macrostrat-mcp

Other tools also called find-columns? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "lat": {
      "type": "number",
      "description": "A valid latitude in decimal degrees"
    },
    "lng": {
      "type": "number",
      "description": "A valid longitude in decimal degrees"
    },
    "adjacents": {
      "type": "boolean",
      "description": "Include adjacent columns"
    },
    "responseType": {
      "enum": [
        "long",
        "short"
      ],
      "type": "string",
      "default": "long",
      "description": "The length of response long or short"
    }
  }
}