earthquakes
ActiveTool of ai.dynamicfeed/dynamic-feed
Recent earthquakes worldwide from USGS — magnitude, depth, location, PAGER impact alert (green→ red, distinct from raw magnitude), tsunami flag, felt reports and significance. Use for "recent / biggest earthquakes" or "was there a quake near X". Sorted by impact then magnitude. Args: min_magnitude: minimum magnitude (default 2.5). period: hour | day | week | month (default day). limit: max results. tsunami_only: only quakes flagged with tsunami potential. Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.
Parameters schema
{
"type": "object",
"title": "earthquakesArguments",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 30
},
"period": {
"type": "string",
"title": "Period",
"default": "day"
},
"tsunami_only": {
"type": "boolean",
"title": "Tsunami Only",
"default": false
},
"min_magnitude": {
"type": "number",
"title": "Min Magnitude",
"default": 2.5
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ai.dynamicfeed/dynamic-feed
1/7 registries