get_category_feed
Fetch news headlines for specific categories like WORLD, BUSINESS, or TECHNOLOGY from Google News RSS feeds using configurable language and country settings.
Instructions
Get headlines for a specific category.
Args: category: Category name (WORLD, NATION, BUSINESS, TECHNOLOGY, ENTERTAINMENT, SPORTS, SCIENCE, HEALTH) 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 |
|---|---|---|---|
| category | Yes | ||
| language | No | ||
| country | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||