Skip to main content
Glama

YOKATLAS API MCP Server

by saidsurucu

search_associate_degree_programs

Find associate degree programs in Turkey using fuzzy and partial matching by university, program, city, university type, fee type, and education type parameters.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
alt_puanNo
availabilityNoProgram availability: Doldu (Filled), Doldu# (Filled with conditions), Dolmadı (Not filled), Yeni (New program)
cityNoCity name where the university is located
dolulukNo
education_typeNoEducation type: Örgün (Regular), İkinci (Evening), Açıköğretim (Open Education), Uzaktan (Distance Learning)
fee_typeNoFee status: Ücretsiz (Free), Ücretli (Paid), İÖ-Ücretli (Evening-Paid), Burslu (Scholarship), İndirimli (Discounted), AÖ-Ücretli (Open Education-Paid), UÖ-Ücretli (Distance Learning-Paid)
ogretim_turuNo
pageNo
programNoProgram name with partial matching (e.g., 'turizm' finds all tourism programs)
program_adiNo
results_limitNoMaximum number of results to return
sehir_adiNo
ucret_bursNo
uni_adiNo
universite_turuNo
universityNoUniversity name with fuzzy matching support (e.g., 'anadolu' → 'ANADOLU ÜNİVERSİTESİ')
university_typeNoUniversity type: Devlet (State), Vakıf (Foundation), KKTC (TRNC), Yurt Dışı (International)
ust_puanNo
yop_koduNo

Input Schema (JSON Schema)

{ "properties": { "alt_puan": { "default": 150, "title": "Alt Puan", "type": "number" }, "availability": { "default": "", "description": "Program availability: Doldu (Filled), Doldu# (Filled with conditions), Dolmadı (Not filled), Yeni (New program)", "enum": [ "", "Doldu", "Doldu#", "Dolmadı", "Yeni" ], "title": "Availability", "type": "string" }, "city": { "default": "", "description": "City name where the university is located", "title": "City", "type": "string" }, "doluluk": { "default": "", "title": "Doluluk", "type": "string" }, "education_type": { "default": "", "description": "Education type: Örgün (Regular), İkinci (Evening), Açıköğretim (Open Education), Uzaktan (Distance Learning)", "enum": [ "", "Örgün", "İkinci", "Açıköğretim", "Uzaktan" ], "title": "Education Type", "type": "string" }, "fee_type": { "default": "", "description": "Fee status: Ücretsiz (Free), Ücretli (Paid), İÖ-Ücretli (Evening-Paid), Burslu (Scholarship), İndirimli (Discounted), AÖ-Ücretli (Open Education-Paid), UÖ-Ücretli (Distance Learning-Paid)", "enum": [ "", "Ücretsiz", "Ücretli", "İÖ-Ücretli", "Burslu", "%50 İndirimli", "%25 İndirimli", "AÖ-Ücretli", "UÖ-Ücretli" ], "title": "Fee Type", "type": "string" }, "ogretim_turu": { "default": "", "title": "Ogretim Turu", "type": "string" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "program": { "default": "", "description": "Program name with partial matching (e.g., 'turizm' finds all tourism programs)", "title": "Program", "type": "string" }, "program_adi": { "default": "", "title": "Program Adi", "type": "string" }, "results_limit": { "default": 50, "description": "Maximum number of results to return", "maximum": 500, "minimum": 1, "title": "Results Limit", "type": "integer" }, "sehir_adi": { "default": "", "title": "Sehir Adi", "type": "string" }, "ucret_burs": { "default": "", "title": "Ucret Burs", "type": "string" }, "uni_adi": { "default": "", "title": "Uni Adi", "type": "string" }, "universite_turu": { "default": "", "title": "Universite Turu", "type": "string" }, "university": { "default": "", "description": "University name with fuzzy matching support (e.g., 'anadolu' → 'ANADOLU ÜNİVERSİTESİ')", "title": "University", "type": "string" }, "university_type": { "default": "", "description": "University type: Devlet (State), Vakıf (Foundation), KKTC (TRNC), Yurt Dışı (International)", "enum": [ "", "Devlet", "Vakıf", "KKTC", "Yurt Dışı" ], "title": "University Type", "type": "string" }, "ust_puan": { "default": 550, "title": "Ust Puan", "type": "number" }, "yop_kodu": { "default": "", "title": "Yop Kodu", "type": "string" } }, "type": "object" }
Install Server

Other Tools from YOKATLAS API MCP Server

Related Tools

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/yokatlas-mcp'

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