get_hourly_weather
Retrieve detailed 12-hour weather forecasts for any location using the MCP Weather Server. Input a location to access precise hourly weather data and current conditions.
Instructions
Get hourly weather forecast for a location.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
location | Yes |
Input Schema (JSON Schema)
{
"properties": {
"location": {
"title": "Location",
"type": "string"
}
},
"required": [
"location"
],
"title": "get_hourly_weatherArguments",
"type": "object"
}