get_news_by_country
Retrieve news articles from any country by providing its two-letter code. Optionally filter by keyword and limit results.
Instructions
Ruft Nachrichten aus einem bestimmten Land ab.
Args: country_code: 2-Buchstaben Ländercode (z.B. DE, US, GB, FR, JP) query: Optionaler Zusatz-Suchbegriff max_records: Maximale Ergebnisse (Standard: 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | Yes | ||
| query | No | ||
| max_records | No |