macrostrat

find-units

Find geological rock units, formations, bedrock geology, and mineral information for any location worldwide. Use for geology questions, rock types, age dating, lithology, and geological analysis.

Remote blake365/macrostrat-mcp

Other tools also called find-units? 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"
    },
    "responseType": {
      "enum": [
        "long",
        "short"
      ],
      "type": "string",
      "default": "long",
      "description": "The length of response long or short. Long provides lots of good details"
    }
  }
}