get_top_news
Retrieve top news stories from Google News by specifying days to search, results count, and whether to include full data or summaries for concise insights.
Instructions
Get top news stories from Google News.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
full_data | No | Return full data for each article. If False a summary should be created by setting the summarize flag | |
max_results | No | Maximum number of results to return. | |
period | No | Number of days to look back for top articles. | |
summarize | No | Generate a summary of the article, will first try LLM Sampling but if unavailable will use nlp |