get_top_headlines
Fetch current top news headlines for specific countries using the Google News MCP server to access timely information from global news sources.
Instructions
Get top headlines for a country.
Args: language: Language code (e.g., 'en', 'fr') [default: from config] country: Country code (e.g., 'US', 'GB') [default: from config]
Returns: Dict with feed title, description, and list of article entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ||
| country | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||