f1_get_weather
Retrieve weather data for any Formula 1 session, including temperature, rainfall, and wind conditions.
Instructions
Return weather data for a specific F1 session.
Args: session_key: OpenF1 session identifier.
Returns: data.weather: list of weather snapshots with temperature, rainfall, wind. meta.source: adapter that served the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_key | Yes | OpenF1 session identifier. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |