Smithery
get_current_weather
Get current weather conditions for a location in the United States. Perfect for 'What's the weather like in [US location]?' questions. Covers all US states, territories, and coastal waters.
Remote smithery-ai/national-weather-service
Other tools also called get_current_weather?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "US location as coordinates (lat,lng) in decimal degrees. Example: '40.7128,-74.0060' for New York City. Must be within US boundaries including states, territories (PR, VI, AS, GU, MP), and coastal waters."
}
}
}