Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Weather tool provides current weather, forecasts, and air quality data using various weather APIs.Installation
Environment Variables
Quick Start
Usage with Agent
Available Methods
get_weather(location)
Get current weather.get_forecast(location, days=3)
Get weather forecast.get_air_quality(location)
Get air quality index.Common Errors
| Error | Cause | Solution |
|---|---|---|
API key not configured | Missing key | Set environment variable |
City not found | Invalid location | Check city name |
Related Tools
- Google Maps - Location services

