# Open-Meteo Weather Tool Node

> Fetches real-time weather data for a specific location using the Open-Meteo API (no auth)

**URL:** https://caywork.com/learn/docs/node/open_meteo_weather_node

## Content

The Open-Meteo Weather Node is responsible for fetching real-time weather data for a specific location using the open-meteo api (no auth). This node allows the agent to provide informative data directly sourced from Open-Meteo Weather.

### Input Parameters
- **latitude**: The latitude of the location.
- **longitude**: The longitude of the location.

### Output
dict: A dictionary containing the current weather information.