Skip to main content
Glama

Yargı MCP

by saidsurucu
MIT License
533
  • Apple
  • Linux
enums.py3.04 kB
# sayistay_mcp_module/enums.py from typing import Literal # Chamber/Daire options for Temyiz Kurulu and Daire endpoints (1-8 + All) DaireEnum = Literal[ "ALL", # All chambers/departments "1", # 1. Daire "2", # 2. Daire "3", # 3. Daire "4", # 4. Daire "5", # 5. Daire "6", # 6. Daire "7", # 7. Daire "8" # 8. Daire ] # Public Administration Types (Kamu İdaresi Türü) KamuIdaresiTuruEnum = Literal[ "ALL", # All institutions "Genel Bütçe Kapsamındaki İdareler", # General Budget Administrations "Yüksek Öğretim Kurumları", # Higher Education Institutions "Diğer Özel Bütçeli İdareler", # Other Special Budget Administrations "Düzenleyici ve Denetleyici Kurumlar", # Regulatory and Supervisory Institutions "Sosyal Güvenlik Kurumları", # Social Security Institutions "Özel İdareler", # Special Administrations "Belediyeler ve Bağlı İdareler", # Municipalities and Affiliated Administrations "Diğer" # Other ] # Decision Subject Categories (Web Karar Konusu) - Shortened for token efficiency WebKararKonusuEnum = Literal[ "ALL", # All subjects "Harcırah Mevzuatı", # Travel Allowance Legislation "İhale Mevzuatı", # Procurement Legislation "İş Mevzuatı", # Labor Legislation "Personel Mevzuatı", # Personnel Legislation "Sorumluluk ve Yargılama Usulleri", # Liability and Trial Procedures "Vergi Resmi Harç ve Diğer Gelirler", # Tax, Official Fee and Other Revenue "Çeşitli Konular" # Various Topics ] # Mapping from shortened enum values to full API values WEB_KARAR_KONUSU_MAPPING = { "ALL": "ALL", "Harcırah Mevzuatı": "Harcırah Mevzuatı ile İlgili Kararlar", "İhale Mevzuatı": "İhale Mevzuatı ile İlgili Kararlar", "İş Mevzuatı": "İş Mevzuatı ile İlgili Kararlar", "Personel Mevzuatı": "Personel Mevzuatı ile İlgili Kararlar", "Sorumluluk ve Yargılama Usulleri": "Sorumluluk ve Yargılama Usulleri ile İlgili Kararlar", "Vergi Resmi Harç ve Diğer Gelirler": "Vergi Resmi Harç ve Diğer Gelirlerle İlgili Kararlar", "Çeşitli Konular": "Çeşitli Konuları İlgilendiren Kararlar" } # Year ranges for different endpoints GENEL_KURUL_YEARS = [str(year) for year in range(2006, 2025)] # 2006-2024 TEMYIZ_KURULU_YEARS = [str(year) for year in range(1993, 2023)] # 1993-2022 DAIRE_YEARS = [str(year) for year in range(2012, 2026)] # 2012-2025 # Account years for Temyiz Kurulu and Daire endpoints HESAP_YILLARI = [str(year) for year in range(1993, 2024)] # 1993-2023

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