You're viewing a demo portfolio

Join the waitlist
PRSM

usgs_earthquake_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Custom earthquake search via USGS fdsnws. Filter by magnitude, time range, and lat/lon bounding box. Returns up to 100 events sorted by time. Use this for analytical queries instead of the feed when you need historical or geographic filtering.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results (default 25, max 100)"
    },
    "end_time": {
      "type": "string",
      "description": "ISO date or full datetime"
    },
    "start_time": {
      "type": "string",
      "description": "ISO date or full datetime YYYY-MM-DD[THH:MM:SS]"
    },
    "max_latitude": {
      "type": "number",
      "description": "Bounding box north"
    },
    "min_latitude": {
      "type": "number",
      "description": "Bounding box south"
    },
    "max_longitude": {
      "type": "number",
      "description": "Bounding box east"
    },
    "min_longitude": {
      "type": "number",
      "description": "Bounding box west"
    },
    "min_magnitude": {
      "type": "number",
      "description": "Minimum magnitude (e.g. 4.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 →