Skip to main content
Glama

YOKATLAS API MCP Server

by saidsurucu

get_associate_degree_atlas_details

Retrieve detailed information about associate degree programs using the YÖP code and year. Obtain program statistics, quotas, scores, student demographics, and academic staff data for informed decision-making.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
yearYesData year for statistics (e.g., 2024, 2023)
yop_koduYesProgram YÖP code (e.g., '120910060') - unique identifier for the associate 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., '120910060') - unique identifier for the associate degree program", "title": "Yop Kodu", "type": "string" } }, "required": [ "yop_kodu", "year" ], "type": "object" }

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