fetch_news
Retrieve news articles for a search query. Control the number of results and language.
Instructions
Fetch news articles on a topic.
Args: topic: Search query/topic limit: Number of articles to return language: Language code (default: en)
Returns: Dictionary with news articles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| topic | Yes | ||
| language | No | en |