List Yok Tez Anabilim Dali
list_yok_tez_anabilim_daliFind YÖK department (Anabilim Dalı) names and codes by keyword. Use the returned codes to search theses via search_yok_tez_by_anabilim_dali, since regular keyword search cannot search inside department names.
Instructions
Find YÖK departments (Anabilim Dalı) whose name contains a keyword.
YÖK's regular keyword search canNOT search inside department names. Use this tool first to discover the relevant departments and their codes, then pass the codes you want to 'search_yok_tez_by_anabilim_dali' to retrieve theses from those departments.
Example: keyword='hukuk' returns departments like 'KAMU HUKUKU ANABİLİM DALI' (code 41), 'TİCARET HUKUKU ANABİLİM DALI' (code 906), etc. The LLM can then pick one or several codes to search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | A word to look for inside department (anabilim dalı) names, e.g. 'hukuk', 'bilgisayar', 'tarih'. Matching is case-insensitive and Turkish-aware. | |
| max_results | No | Maximum number of matching departments to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | The keyword that was matched against department names. | |
| matches | No | Departments whose name contains the keyword (name + code pairs). | |
| returned | No | Number of matches actually returned (may be capped by max_results). | |
| error_message | No | Error message if the list could not be fetched or no match was found. | |
| total_matches | No | Total number of departments matching the keyword. |