Weather MCP MY

get_earthquake_news

Retrieve earthquake-related news for a specific location and date range using the Weather MCP MY server, providing timely updates on seismic activity.

Instructions

Fetch earthquake news for a given location within a specified date range.

Args: location: Name or identifier of the place where the earthquake(s) occurred. date_start: The earliest timestamp in the form of <YYYY-MM-DD HH:mm:ss> (inclusive) to start searching for earthquake news. If omitted, defaults to the current date. date_end: The latest timestamp in the form of <YYYY-MM-DD HH:mm:ss> (inclusive) to stop searching for earthquake news. If omitted, defaults to the current date.

Input Schema

NameRequiredDescriptionDefault
datetime_endNo
datetime_startNo
locationYes

Input Schema (JSON Schema)

{ "properties": { "datetime_end": { "default": null, "title": "Datetime End", "type": "string" }, "datetime_start": { "default": null, "title": "Datetime Start", "type": "string" }, "location": { "title": "Location", "type": "string" } }, "required": [ "location" ], "title": "get_earthquake_newsArguments", "type": "object" }

You must be authenticated.

Other Tools from Weather MCP MY

Related Tools

ID: m0iblelp0e