search_uyusmazlik_decisions
Search and analyze decisions from the Uyuşmazlık Mahkemesi to resolve jurisdictional disputes. Filter results by department, dispute type, case details, and decision outcomes for precise legal insights.
Instructions
Search Uyuşmazlık Mahkemesi decisions for jurisdictional disputes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bolum | No | Select the department (Bölüm). Use 'ALL' for all departments. | ALL |
esas_sayisi | No | Case number ('Esas Sayısı'). | |
esas_yil | No | Case year ('Esas Yılı'). | |
hepsi | No | Search for texts containing all specified words. | |
herhangi_birisi | No | Search for texts containing any of the specified words. | |
icerik | No | Keyword or content for main text search. | |
kanun_no | No | Relevant Law Number. | |
karar_date_begin | No | Decision start date (DD.MM.YYYY). | |
karar_date_end | No | Decision end date (DD.MM.YYYY). | |
karar_sayisi | No | Decision number ('Karar Sayısı'). | |
karar_sonuclari | No | List of desired 'Karar Sonucu' types. | |
karar_yil | No | Decision year ('Karar Yılı'). | |
not_hepsi | No | Exclude texts containing these specified words. | |
resmi_gazete_date | No | Official Gazette date (DD.MM.YYYY). | |
resmi_gazete_sayi | No | Official Gazette number. | |
tumce | No | Exact phrase search. | |
uyusmazlik_turu | No | Select the type of dispute. Use 'ALL' for all types. | ALL |
wild_card | No | Search for phrase and its inflections. |
Input Schema (JSON Schema)
{
"properties": {
"bolum": {
"default": "ALL",
"description": "Select the department (Bölüm). Use 'ALL' for all departments.",
"enum": [
"ALL",
"Ceza Bölümü",
"Genel Kurul Kararları",
"Hukuk Bölümü"
],
"title": "Bolum",
"type": "string"
},
"esas_sayisi": {
"default": "",
"description": "Case number ('Esas Sayısı').",
"title": "Esas Sayisi",
"type": "string"
},
"esas_yil": {
"default": "",
"description": "Case year ('Esas Yılı').",
"title": "Esas Yil",
"type": "string"
},
"hepsi": {
"default": "",
"description": "Search for texts containing all specified words.",
"title": "Hepsi",
"type": "string"
},
"herhangi_birisi": {
"default": "",
"description": "Search for texts containing any of the specified words.",
"title": "Herhangi Birisi",
"type": "string"
},
"icerik": {
"default": "",
"description": "Keyword or content for main text search.",
"title": "Icerik",
"type": "string"
},
"kanun_no": {
"default": "",
"description": "Relevant Law Number.",
"title": "Kanun No",
"type": "string"
},
"karar_date_begin": {
"default": "",
"description": "Decision start date (DD.MM.YYYY).",
"title": "Karar Date Begin",
"type": "string"
},
"karar_date_end": {
"default": "",
"description": "Decision end date (DD.MM.YYYY).",
"title": "Karar Date End",
"type": "string"
},
"karar_sayisi": {
"default": "",
"description": "Decision number ('Karar Sayısı').",
"title": "Karar Sayisi",
"type": "string"
},
"karar_sonuclari": {
"description": "List of desired 'Karar Sonucu' types.",
"items": {
"enum": [
"Hüküm Uyuşmazlığı Olmadığına Dair",
"Hüküm Uyuşmazlığı Olduğuna Dair"
],
"type": "string"
},
"title": "Karar Sonuclari",
"type": "array"
},
"karar_yil": {
"default": "",
"description": "Decision year ('Karar Yılı').",
"title": "Karar Yil",
"type": "string"
},
"not_hepsi": {
"default": "",
"description": "Exclude texts containing these specified words.",
"title": "Not Hepsi",
"type": "string"
},
"resmi_gazete_date": {
"default": "",
"description": "Official Gazette date (DD.MM.YYYY).",
"title": "Resmi Gazete Date",
"type": "string"
},
"resmi_gazete_sayi": {
"default": "",
"description": "Official Gazette number.",
"title": "Resmi Gazete Sayi",
"type": "string"
},
"tumce": {
"default": "",
"description": "Exact phrase search.",
"title": "Tumce",
"type": "string"
},
"uyusmazlik_turu": {
"default": "ALL",
"description": "Select the type of dispute. Use 'ALL' for all types.",
"enum": [
"ALL",
"Görev Uyuşmazlığı",
"Hüküm Uyuşmazlığı"
],
"title": "Uyusmazlik Turu",
"type": "string"
},
"wild_card": {
"default": "",
"description": "Search for phrase and its inflections.",
"title": "Wild Card",
"type": "string"
}
},
"type": "object"
}