get_pollen
Retrieve daily pollen forecasts for any location on Earth. Shows overall risk level and per-species pollen counts in grains per cubic meter to help plan outdoor activities.
Instructions
Get the daily pollen forecast for a specific point on Earth.
Use this for questions like "what's the pollen in Oslo?" or "is the pollen bad in Bergen tomorrow?".
Returns a list of daily forecasts. Each day includes:
date (YYYY-MM-DD)
overall_risk: "Low" | "Moderate" | "High" | "Very High"
species: per-species values in grains/m³ with individual risk levels
If the user asks about a city by name, look up its coordinates first
(or use the get_area_average tool with rough coords if you only know the city).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| forecast_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||