Skip to main content
Glama

YOKATLAS API MCP Server

by saidsurucu

search_bachelor_degree_programs

Find bachelor's degree programs with fuzzy matching and filters for university, program, city, score type, and education type using the YOKATLAS API MCP Server.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
availabilityNoProgram availability: Doldu (Filled), Doldu# (Filled with conditions), Dolmadı (Not filled), Yeni (New program)
cityNoCity name where the university is located
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)
lengthNo
ogretim_turuNo
programNoProgram/department name with partial matching (e.g., 'bilgisayar' finds all computer programs)
program_adiNo
puan_turuNo
results_limitNoMaximum number of results to return
score_typeNoScore type: SAY (Science), EA (Equal Weight), SOZ (Verbal), DIL (Language)SAY
sehirNo
ucret_bursNo
uni_adiNo
universite_turuNo
universityNoUniversity name with fuzzy matching support (e.g., 'boğaziçi' → 'BOĞAZİÇİ ÜNİVERSİTESİ')
university_typeNoUniversity type: Devlet (State), Vakıf (Foundation), KKTC (TRNC), Yurt Dışı (International)

Input Schema (JSON Schema)

{ "properties": { "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" }, "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" }, "length": { "default": 0, "title": "Length", "type": "integer" }, "ogretim_turu": { "default": "", "title": "Ogretim Turu", "type": "string" }, "program": { "default": "", "description": "Program/department name with partial matching (e.g., 'bilgisayar' finds all computer programs)", "title": "Program", "type": "string" }, "program_adi": { "default": "", "title": "Program Adi", "type": "string" }, "puan_turu": { "default": "", "title": "Puan Turu", "type": "string" }, "results_limit": { "default": 50, "description": "Maximum number of results to return", "maximum": 500, "minimum": 1, "title": "Results Limit", "type": "integer" }, "score_type": { "default": "SAY", "description": "Score type: SAY (Science), EA (Equal Weight), SOZ (Verbal), DIL (Language)", "enum": [ "SAY", "EA", "SOZ", "DIL" ], "title": "Score Type", "type": "string" }, "sehir": { "default": "", "title": "Sehir", "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., 'boğaziçi' → 'BOĞAZİÇİ Ü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" } }, "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