get_news
Fetch Icelandic news from multiple sources like RÚV and Morgunblaðið with date filtering and structured output options.
Instructions
Fetch the latest Icelandic news from various sources including RÚV, Morgunblaðið, Vísir, Stundin, and more. Supports date filtering. Returns structured NewsItem data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | News source: ruv, mbl, visir, dv, stundin, frettabladid, kjarninn, heimildin, mannlif, landsbankinn, hi, icelandreview, grapevine, vedur | ruv |
| feed | No | The feed to fetch. Most sources have 'frettir' (news). RÚV: frettir, innlent, erlent, ithrottir, english, polski. MBL: fp, innlent, erlent, sport, vidskipti, and 30+ more. Vísir: frettir, innlent, erlent, ithrottir, lifid. Use list_feeds tool to see all available feeds. | frettir |
| limit | No | Maximum number of news items to return (1-50) | |
| format | No | Output format: 'structured' for JSON, 'markdown' for readable text, 'both' for both | both |
| since | No | Only return articles published after this date/time. Accepts ISO 8601 format or relative like 'today', 'yesterday', '1 hour ago', '3 days ago' | |
| until | No | Only return articles published before this date/time. Accepts ISO 8601 format or relative like 'today', 'yesterday', '1 hour ago' |