search_tk
Perform precise searches across Dutch parliamentary records, including documents, debates, and member information. Filter results using keywords, exact phrases, or advanced operators like 'NOT', 'OR', and 'NEAR()' for accurate topic tracking.
Instructions
Performs a comprehensive search across all parliamentary data including documents, activities, and cases. Returns results matching the provided keyword or phrase. Use this for general searches when you need information on any topic discussed in parliament, regardless of document type or context. Search syntax: Searching for 'Joe Biden' finds documents containing both 'Joe' and 'Biden' anywhere in the text. Searching for "Joe Biden" (with quotes) finds only documents where these words appear next to each other. Searching for 'Hubert NOT Bruls' finds documents containing 'Hubert' but not 'Bruls'. The capital letters in 'NOT' are important. You can also use 'OR' and 'NEAR()' operators.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Format of the results: 'full' for complete data or 'summary' for a condensed version (default: 'summary') | |
limit | No | Maximum number of results to return per page (default: 20, max: 100) | |
page | No | Page number for paginated results (default: 1) | |
query | Yes | Search keyword or phrase - can be any term, name, policy area, or exact quote you want to find in parliamentary records. Use quotes for exact phrases, 'NOT' to exclude terms, 'OR' for alternatives, and 'NEAR()' for proximity searches. |