search_okas_codes
Find OKAS procurement classification codes for goods, services, or construction by searching Turkish descriptions to identify appropriate categories for public tenders.
Instructions
Search OKAS procurement classification codes.
Item types: 1=Goods, 2=Service, 3=Construction Search in Turkish descriptions for best results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
kalem_turu | No | Filter by item type: 1=Mal (Goods), 2=Hizmet (Service), 3=Yapım (Construction) | |
limit | No | Maximum number of results to return (1-500) | |
search_term | No | Search term to find matching OKAS codes by description |
Input Schema (JSON Schema)
{
"properties": {
"kalem_turu": {
"anyOf": [
{
"enum": [
1,
2,
3
],
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Filter by item type: 1=Mal (Goods), 2=Hizmet (Service), 3=Yapım (Construction)",
"title": "Kalem Turu"
},
"limit": {
"default": 50,
"description": "Maximum number of results to return (1-500)",
"title": "Limit",
"type": "integer"
},
"search_term": {
"default": "",
"description": "Search term to find matching OKAS codes by description",
"title": "Search Term",
"type": "string"
}
},
"type": "object"
}