Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | The Node.js environment mode | production |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_session_data | Get detailed F1 session data including telemetry, timing, and weather |
| analyze_tire_performance | Advanced tire performance analysis with degradation modeling and strategy insights |
| analyze_lap_times | Sophisticated lap time analysis with fuel correction and mini-sector breakdown |
| predict_weather_impact | Weather impact analysis and prediction for race strategy |
| simulate_race_strategy | Monte Carlo race strategy simulation with probabilistic outcomes |
| analyze_driver_performance | Driver performance extraction separating skill from car performance |
| get_real_time_telemetry | Real-time telemetry data processing with advanced signal analysis |
| analyze_sector_performance | 25 mini-sector analysis with track curvature correlation |
| get_current_season_info | Get current F1 season information including live data availability |
| get_race_schedule | Get F1 race schedule for any year including 2025 |
| connect_live_timing | Connect to F1 Official Live Timing API for real-time data |
| get_live_timing_status | Get status of F1 Live Timing API connection |
| get_api_status | Get status of all F1 data APIs (Ergast, OpenF1, Live Timing) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |