get_news_by_location
Retrieve news articles for a specified city, state, or country, with options to control time range, result count, and receive summaries.
Instructions
Find articles by location using Google News.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Name of city/state/country. | |
| period | No | Number of days to look back for articles. | |
| max_results | No | Maximum number of results to return. | |
| 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |