mcp-tool-builder

get_weather_forecast

Retrieves weather forecast for a given ZIP code using NWS API

Input Schema

NameRequiredDescriptionDefault
zip_codeYes

Input Schema (JSON Schema)

{ "properties": { "zip_code": { "type": "string" } }, "required": [ "zip_code" ], "type": "object" }