get_associate_degree_atlas_details | Get comprehensive details for a specific associate degree program from YOKATLAS Atlas. Parameters: - yop_kodu (str): Program YÖP code (e.g., '120910060')
- year (int): Data year (e.g., 2024, 2023)
Returns detailed information including: - General program information and statistics
- Quota, placement, and score data
- Student demographics and distribution
- Academic staff and facility information
- Historical placement trends
|
get_bachelor_degree_atlas_details | Get comprehensive details for a specific bachelor's degree program from YOKATLAS Atlas. Parameters: - yop_kodu (str): Program YÖP code (e.g., '102210277')
- year (int): Data year (e.g., 2024, 2023)
Returns detailed information including: - General program information and statistics
- Quota, placement, and score data
- Student demographics and distribution
- Academic staff and facility information
- Historical placement trends
|
search_bachelor_degree_programs | Search for bachelor's degree programs with smart fuzzy matching and user-friendly parameters. Smart Features: - Fuzzy university name matching (e.g., "boğaziçi" → "BOĞAZİÇİ ÜNİVERSİTESİ")
- Partial program name matching (e.g., "bilgisayar" finds all computer programs)
- Intelligent parameter normalization
- Type-safe validation
Parameters: - university: University name (fuzzy matching supported)
- program: Program/department name (partial matching supported)
- city: City name
- score_type: Score type (SAY, EA, SOZ, DIL)
- university_type: Type of university (Devlet, Vakıf, etc.)
- fee_type: Fee/scholarship information
- education_type: Type of education (Örgün, İkinci, etc.)
- results_limit: Maximum number of results to return
|
search_associate_degree_programs | Search for associate degree (önlisans) programs with smart fuzzy matching and user-friendly parameters. Smart Features: - Fuzzy university name matching (e.g., "anadolu" → "ANADOLU ÜNİVERSİTESİ")
- Partial program name matching (e.g., "turizm" finds all tourism programs)
- Intelligent parameter normalization
- Type-safe validation
Parameters: - university: University name (fuzzy matching supported)
- program: Program/department name (partial matching supported)
- city: City name
- university_type: Type of university (Devlet, Vakıf, etc.)
- fee_type: Fee/scholarship information
- education_type: Type of education (Örgün, İkinci, etc.)
- results_limit: Maximum number of results to return
Note: Associate degree programs use TYT scores, not SAY/EA/SOZ/DIL like bachelor programs. |