Skip to main content
Glama

Yargı MCP

by saidsurucu
MIT License
400
  • Apple
  • Linux

search_bedesten_unified

Access and search rulings across multiple Turkish courts including Yargıtay, Danıştay, local courts, and appeals courts using advanced query options to refine results by court type, date range, and chamber.

Instructions

Search multiple Turkish courts (Yargıtay, Danıştay, Local Courts, Appeals Courts, KYB)

Input Schema

NameRequiredDescriptionDefault
birimAdiNo Chamber filter (optional). Abbreviated values with Turkish names: • Yargıtay: H1-H23 (1-23. Hukuk Dairesi), C1-C23 (1-23. Ceza Dairesi), HGK (Hukuk Genel Kurulu), CGK (Ceza Genel Kurulu), BGK (Büyük Genel Kurulu), HBK (Hukuk Daireleri Başkanlar Kurulu), CBK (Ceza Daireleri Başkanlar Kurulu) • Danıştay: D1-D17 (1-17. Daire), DBGK (Büyük Gen.Kur.), IDDK (İdare Dava Daireleri Kurulu), VDDK (Vergi Dava Daireleri Kurulu), IBK (İçtihatları Birleştirme Kurulu), IIK (İdari İşler Kurulu), DBK (Başkanlar Kurulu), AYIM (Askeri Yüksek İdare Mahkemesi), AYIM1-3 (Askeri Yüksek İdare Mahkemesi 1-3. Daire) ALL
court_typesNoCourt types: YARGITAYKARARI, DANISTAYKARAR, YERELHUKUK, ISTINAFHUKUK, KYB
kararTarihiEndNoEnd date (ISO 8601 format)
kararTarihiStartNoStart date (ISO 8601 format)
pageNumberNoPage number
phraseYesSearch query in Turkish. WORKING EXAMPLES: • Simple: "mülkiyet hakkı" (finds both words) • Exact phrase: ""mülkiyet hakkı"" (finds exact phrase) • Required term: "+mülkiyet hakkı" (must contain mülkiyet) • Exclude term: "mülkiyet -kira" (contains mülkiyet but not kira) • Wildcard: "mülk*" (mülkiyet, mülk, etc.) • Fuzzy: "mülkiyet~" (similar spelling variations) • Multiple terms: "mülkiyet AND hak" (both terms required) • Either term: "mülkiyet OR tapu" (either term acceptable) • Proximity: ""mülkiyet hakkı"~5" (words within 5 positions) • Regex: "/mülk.*/" (pattern matching) For best results, use exact phrases with quotes for legal terms.

Input Schema (JSON Schema)

{ "properties": { "birimAdi": { "default": "ALL", "description": "\n Chamber filter (optional). Abbreviated values with Turkish names:\n • Yargıtay: H1-H23 (1-23. Hukuk Dairesi), C1-C23 (1-23. Ceza Dairesi), HGK (Hukuk Genel Kurulu), CGK (Ceza Genel Kurulu), BGK (Büyük Genel Kurulu), HBK (Hukuk Daireleri Başkanlar Kurulu), CBK (Ceza Daireleri Başkanlar Kurulu)\n • Danıştay: D1-D17 (1-17. Daire), DBGK (Büyük Gen.Kur.), IDDK (İdare Dava Daireleri Kurulu), VDDK (Vergi Dava Daireleri Kurulu), IBK (İçtihatları Birleştirme Kurulu), IIK (İdari İşler Kurulu), DBK (Başkanlar Kurulu), AYIM (Askeri Yüksek İdare Mahkemesi), AYIM1-3 (Askeri Yüksek İdare Mahkemesi 1-3. Daire)\n ", "enum": [ "ALL", "H1", "H2", "H3", "H4", "H5", "H6", "H7", "H8", "H9", "H10", "H11", "H12", "H13", "H14", "H15", "H16", "H17", "H18", "H19", "H20", "H21", "H22", "H23", "C1", "C2", "C3", "C4", "C5", "C6", "C7", "C8", "C9", "C10", "C11", "C12", "C13", "C14", "C15", "C16", "C17", "C18", "C19", "C20", "C21", "C22", "C23", "HGK", "CGK", "BGK", "HBK", "CBK", "D1", "D2", "D3", "D4", "D5", "D6", "D7", "D8", "D9", "D10", "D11", "D12", "D13", "D14", "D15", "D16", "D17", "DBGK", "IDDK", "VDDK", "IBK", "IIK", "DBK", "AYIM", "AYIMDK", "AYIMB", "AYIM1", "AYIM2", "AYIM3" ], "title": "Birimadi", "type": "string" }, "court_types": { "default": [ "YARGITAYKARARI", "DANISTAYKARAR" ], "description": "Court types: YARGITAYKARARI, DANISTAYKARAR, YERELHUKUK, ISTINAFHUKUK, KYB", "items": { "enum": [ "YARGITAYKARARI", "DANISTAYKARAR", "YERELHUKUK", "ISTINAFHUKUK", "KYB" ], "type": "string" }, "title": "Court Types", "type": "array" }, "kararTarihiEnd": { "default": "", "description": "End date (ISO 8601 format)", "title": "Karartarihiend", "type": "string" }, "kararTarihiStart": { "default": "", "description": "Start date (ISO 8601 format)", "title": "Karartarihistart", "type": "string" }, "pageNumber": { "default": 1, "description": "Page number", "minimum": 1, "title": "Pagenumber", "type": "integer" }, "phrase": { "description": "Search query in Turkish. WORKING EXAMPLES:\n• Simple: \"mülkiyet hakkı\" (finds both words)\n• Exact phrase: \"\"mülkiyet hakkı\"\" (finds exact phrase) \n• Required term: \"+mülkiyet hakkı\" (must contain mülkiyet)\n• Exclude term: \"mülkiyet -kira\" (contains mülkiyet but not kira)\n• Wildcard: \"mülk*\" (mülkiyet, mülk, etc.)\n• Fuzzy: \"mülkiyet~\" (similar spelling variations)\n• Multiple terms: \"mülkiyet AND hak\" (both terms required)\n• Either term: \"mülkiyet OR tapu\" (either term acceptable)\n• Proximity: \"\"mülkiyet hakkı\"~5\" (words within 5 positions)\n• Regex: \"/mülk.*/\" (pattern matching)\nFor best results, use exact phrases with quotes for legal terms.", "title": "Phrase", "type": "string" } }, "required": [ "phrase" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/saidsurucu/yargi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server