Skip to main content
Glama

YOKATLAS API MCP Server

by saidsurucu

get_bachelor_degree_atlas_details

Retrieve detailed bachelor's degree program information from YOKATLAS, including statistics, quotas, placement trends, student demographics, and academic staff data using the program's YÖP code and year.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
yearYesData year for statistics (e.g., 2024, 2023)
yop_koduYesProgram YÖP code (e.g., '102210277') - unique identifier for the bachelor's degree program

Input Schema (JSON Schema)

{ "properties": { "year": { "description": "Data year for statistics (e.g., 2024, 2023)", "maximum": 2030, "minimum": 2020, "title": "Year", "type": "integer" }, "yop_kodu": { "description": "Program YÖP code (e.g., '102210277') - unique identifier for the bachelor's degree program", "title": "Yop Kodu", "type": "string" } }, "required": [ "yop_kodu", "year" ], "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