search_news
Perform full-text searches across the SIP news archive. Filter by keyword, language, date range, or category. Results are sorted newest first and include summaries and publication details.
Instructions
Full-text search across the entire SIP news archive (back to ~2012).
Results are returned newest-first. Each result has a title, a short
summary, the publication date, the content language, the category and a
URL. Use get_article on a URL to read the full text.
The connector pages through the site automatically until it has `limit`
matching items or the archive is exhausted, so a larger `limit` simply
digs deeper into history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Words or phrase to search for, e.g. 'cybersécurité' or 'défense'. | |
| language | No | Interface language: de, fr or en. | de |
| limit | No | Maximum number of results (1-200). | |
| since | No | Only items on/after this date (YYYY-MM-DD). | |
| until | No | Only items on/before this date (YYYY-MM-DD). | |
| category | No | Restrict to a category key (see list_categories), e.g. 'communiques'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||