search_kvkk_decisions
Retrieve KVKK data protection authority decisions using Turkish keywords with advanced search operators for precise legal research and analysis.
Instructions
Search KVKK data protection authority decisions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keywords | Yes | Turkish keywords. Supports +required -excluded "exact phrase" operators | |
page | No | Page number for results (1-50). |
Input Schema (JSON Schema)
{
"properties": {
"keywords": {
"description": "Turkish keywords. Supports +required -excluded \"exact phrase\" operators",
"title": "Keywords",
"type": "string"
},
"page": {
"default": 1,
"description": "Page number for results (1-50).",
"maximum": 50,
"minimum": 1,
"title": "Page",
"type": "integer"
}
},
"required": [
"keywords"
],
"type": "object"
}