YOKATLAS API MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_associate_degree_atlas_detailsA | Get comprehensive details for a specific associate degree program from YOKATLAS Atlas. Parameters:
Returns detailed information including:
|
| get_bachelor_degree_atlas_detailsA | Get comprehensive details for a specific bachelor's degree program from YOKATLAS Atlas. Parameters:
Returns detailed information including:
|
| search_bachelor_degree_programsB | Search for bachelor's degree programs with smart fuzzy matching and user-friendly parameters. Smart Features:
Parameters:
|
| search_associate_degree_programsA | Search for associate degree (önlisans) programs with smart fuzzy matching and user-friendly parameters. Smart Features:
Parameters:
Note: Associate degree programs use TYT scores, not SAY/EA/SOZ/DIL like bachelor programs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: two tools retrieve detailed information for specific programs (associate vs bachelor degrees), while two tools search for programs (associate vs bachelor degrees). The degree level distinction prevents any ambiguity between tools.
All tools follow a consistent verb_noun pattern with clear action prefixes (get_ for retrieval, search_ for searching) and descriptive suffixes that indicate the degree type and function. The naming is perfectly uniform across all four tools.
Four tools is ideal for this server's scope of providing YOKATLAS university program data. It covers both associate and bachelor degrees with complementary search and detail retrieval functions, making each tool essential without redundancy.
The tool set provides complete coverage for the domain: users can search for programs (both associate and bachelor degrees) and retrieve comprehensive details for specific programs. This covers the core workflow of discovering and examining university programs without any apparent gaps.