get_f1_news
Retrieve Formula 1 news with filtering options for transfers, technical developments, calendar changes, regulations, contracts, and management updates from multiple sources.
Instructions
Get Formula 1 news with flexible filtering options.
A unified tool to retrieve all types of F1 news - latest updates, driver transfers, technical developments, calendar changes, regulations, contracts, and more.
Use this tool to:
Get latest F1 news from various sources
Find driver transfer rumors and confirmed moves
Track technical developments and upgrades
Monitor calendar changes and new races
Follow regulation changes and FIA decisions
Track contract renewals, extensions, and expirations
Monitor team management changes
Args: source: News source - "formula1", "fia", "autosport", "motorsport", "the-race", "racefans", "planetf1", "crash", "gpblog", "f1-insider", "grandprix", "espnf1", "skysportsf1", or "all" (default: "all") limit: Maximum number of articles to return (1-50). Default: 10 category: News category to filter by: - "general": All F1 news (default) - "transfers": Driver moves, signings, and rumors - "contracts": Contract renewals, extensions, and negotiations - "technical": Technical updates, upgrades, and developments - "calendar": Race calendar changes and new venues - "regulations": FIA rules, penalties, and investigations - "management": Team leadership and organizational changes filter_text: Optional text to filter articles (searches in title and summary) Examples: "Hamilton", "Ferrari", "Red Bull", "2025" date_from: Optional start date to filter articles (format: "YYYY-MM-DD") date_to: Optional end date to filter articles (format: "YYYY-MM-DD")
Returns: NewsResponse: News articles with titles, links, publication dates, summaries, and source information
Examples: >>> # Get latest F1 news from all sources >>> news = get_f1_news()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | general | |
| date_from | No | ||
| date_to | No | ||
| filter_text | No | ||
| limit | No | ||
| source | No | all |