Fetch Weather Data Tool
The Fetch Weather Data Tool retrieves current weather information for a specified city using a weather API.
It is useful for workflows that require real-time weather data as input for further processing or analysis.
- Inputs
- Outputs
- Node Type
city¹ (string): Name of the city to fetch weather data for (e.g.,"New York").apiKey(string, user config): WeatherAPI.com API KeyrequireToolUse(boolean, user config): Require tool use (forces the LLM to always call this tool; default: true)Note: When enabled, the node will retry tool calls up to the number of times set in Max Tool Retries in the AI Data Processing Node.

(1) Provided by the AI Data Processing Node as a result of processing it's input.
- fields returned depend on the WeatherAPI.com API response
ai-tooltoolSubtype:fetch-weather-data