get_top_news
Retrieve current top news headlines and stories from Google News without filters. Specify a lookback period, result count, and optional summaries to get a broad news snapshot.
Instructions
Return general headline and top-news stories from Google News without a keyword or topic seed. Use this for a broad news snapshot; use the keyword, location, topic, or site tools when the user gives a filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Number of days to look back for top articles. | |
| full_data | No | Return full data for each article. If False a summary should be created by setting the summarize flag | |
| summarize | No | Generate a summary of the article, will first try LLM Sampling but if unavailable will use nlp | |
| max_results | No | Maximum number of results to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |