get_geo_feed
Fetch location-specific news feeds from Google News by providing a city, state, or region name, with optional language and country parameters for tailored results.
Instructions
Get news specific to a geographic location.
Args: location: City, state, or region name (e.g., 'San Francisco', 'London') language: Language code [default: from config] country: Country code [default: from config]
Returns: Dict with feed title, description, and list of article entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | ||
| language | No | ||
| country | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||