get_articles_by_date
Retrieve news articles for any given date, with optional filters for category and tags to narrow results.
Instructions
Retourne les actualités pour une date donnée. Args: date: Target date in YYYY-MM-DD format (optional, defaults to today) category: Category to filter articles by (optional) tags: Comma-separated list of tags to filter articles by (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| tags | No | ||
| category | No |