You're viewing a demo portfolio

Join the waitlist
PRSM

find_units

Active

Tool of Macrostrat

declared in 0.1.0

Find geologic rock units from Macrostrat by location + age, by stratigraphic name, or by lithology. Provide lat+lng (optionally with age in millions of years, Ma), or a strat_name (e.g. "Hell Creek"), or a lith (e.g. "granite"). Returns units with formation/group, stratigraphic column, bottom/top ages (Ma) and time intervals, lithology, and max thickness. Keyless. North America and beyond.

Parameters schema

{
  "type": "object",
  "properties": {
    "age": {
      "type": "number",
      "description": "Geologic age in millions of years (Ma). Optional; used with lat+lng."
    },
    "lat": {
      "type": "number",
      "description": "Latitude (decimal degrees). Must be paired with lng."
    },
    "lng": {
      "type": "number",
      "description": "Longitude (decimal degrees). Must be paired with lat."
    },
    "lith": {
      "type": "string",
      "description": "Lithology to match, e.g. \"granite\", \"sandstone\"."
    },
    "limit": {
      "type": "number",
      "description": "Max units to return (default 20)."
    },
    "strat_name": {
      "type": "string",
      "description": "Stratigraphic name to match, e.g. \"Hell Creek\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Macrostrat

https://github.com/pipeworx-io/mcp-macrostrat

1/7 registries
View full server →