A
licenseNot graded
qualityD
maintenanceEnables users to get weather alerts and forecasts for U.S. locations using the National Weather Service API, with support for natural language queries including fun conversational tones.
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools, get_alerts and get_forecast, serve clearly distinct purposes: one for alerts by state, the other for forecast by coordinates. There is no overlap or ambiguity.
Both tools follow the same `get_` prefix with a noun, forming a consistent and predictable verb_noun pattern.
With only two tools, the server feels somewhat thin for a weather domain, but the selection is focused and each tool serves a meaningful purpose. It is on the borderline of being too few.
The server covers alerts and forecasts, two common weather needs, but lacks current conditions or other weather data. This is a minor gap, as the core functionality is present.