search_authorities
Find Turkish government authorities, ministries, municipalities, and universities for tender filtering by searching with Turkish terms to identify relevant institutions.
Instructions
Search Turkish government authorities/institutions.
Find ministries, municipalities, universities for tender filtering. Search in Turkish for best results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of results to return (1-500) | |
search_term | No | Search term to find matching authorities/institutions by name |
Input Schema (JSON Schema)
{
"properties": {
"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 authorities/institutions by name",
"title": "Search Term",
"type": "string"
}
},
"type": "object"
}