Weather Server
Related Servers
Alternatives to Weather Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceProvides weather alerts and forecasts for US locations using the National Weather Service API.85 npmGPL 3.0
- AlicenseNot gradedqualityDmaintenanceProvides weather alerts and forecasts for US locations using the National Weather Service API.GPL 3.0
- AlicenseNot gradedqualityDmaintenanceProvides weather alerts and forecasts for US locations using the National Weather Service API.85 npmGPL 3.0
- AlicenseNot gradedqualityCmaintenanceProvides weather alerts and forecasts for US locations using the National Weather Service API.85 npmGPL 3.0
- AlicenseNot gradedqualityDmaintenanceProvides US weather alerts and forecasts via the National Weather Service API.85 npmGPL 3.0
- FlicenseBqualityDmaintenanceProvides weather forecasts and active alerts from the US National Weather Service API for US locations.2-
TDQS
Scored across 5 tools
Most tools have distinct purposes, but there is notable overlap between get_forecast and get_forecast_by_city, which both provide forecasts but use different input formats (coordinates vs. city name). This could cause confusion for an agent deciding which to use. The other tools (compare_weather, get_alerts, get_current_conditions) are clearly distinct.
The naming follows a consistent verb_noun pattern (e.g., get_forecast, get_alerts, get_current_conditions), with all tools using snake_case. The only minor deviation is compare_weather, which uses a verb_noun format but starts with 'compare' instead of 'get', which is reasonable given its distinct function.
With 5 tools, the count is well-scoped for a weather server, covering key functions like current conditions, forecasts, alerts, and comparisons. Each tool serves a clear purpose without being overly sparse or bloated, fitting typical expectations for such a domain.
The tool set covers core weather operations effectively, including current conditions, forecasts, alerts, and comparisons. A minor gap is the lack of historical weather data or more specialized features like air quality, but agents can work around this for most common use cases without significant failures.