You're viewing a demo portfolio

Join the waitlist
PRSM

earthquake_recent

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Recent earthquakes from USGS. Filter by region (lat/lon + radius), state name, magnitude threshold, or time window.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "lat": {
      "type": "number"
    },
    "lon": {
      "type": "number"
    },
    "limit": {
      "type": "number",
      "description": "Max events (default 50)."
    },
    "end_time": {
      "type": "string",
      "description": "ISO datetime upper bound (default now)."
    },
    "location": {
      "type": "string",
      "description": "Address, zip, city, or 'lat,lon' to center the search. Optional."
    },
    "radius_km": {
      "type": "number",
      "description": "Search radius around lat/lon (max ~20000)."
    },
    "start_time": {
      "type": "string",
      "description": "ISO datetime lower bound (default 30 days ago)."
    },
    "min_magnitude": {
      "type": "number",
      "description": "Minimum magnitude (default 2.5)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →