Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_tenders | Search Turkish government tenders from EKAP v2 portal. Tender types: 1=Mal, 2=Yapım, 3=Hizmet, 4=Danışmanlık Provinces: Use plate numbers (6=Ankara, 34=İstanbul, 35=İzmir) IKN format: YEAR/NUMBER, dates: YYYY-MM-DD |
search_okas_codes | Search OKAS procurement classification codes. Item types: 1=Goods, 2=Service, 3=Construction Search in Turkish descriptions for best results. |
search_authorities | Search Turkish government authorities/institutions. Find ministries, municipalities, universities for tender filtering. Search in Turkish for best results. |
get_recent_tenders | Get recent tenders from last N days. Convenience function for recent tender activity. |
get_tender_announcements | Get all announcements for a tender with HTML-to-Markdown conversion. Returns: Ön İlan, İhale İlanı, Sonuç İlanı, İptal İlanı, etc. |
get_tender_details | Get comprehensive tender details with HTML-to-Markdown conversion. Returns: basic info, characteristics, OKAS codes, authority details, process rules, announcements summary, cancellation info if applicable. |
search_direct_procurements | Search Direct Procurements (Doğrudan Temin) via EKAP (YeniIhaleAramaData.ashx, metot=dtAra). Returns: dt_no, title, authority, type, due_datetime, announcement_date, province_plate, has_announcement, has_document. |
get_direct_procurement_details | Get Direct Procurement (Doğrudan Temin) details (dtDetayGetir) using tokens. |
search_direct_procurement_authorities | Search authorities (İdare) for Direct Procurement (idareAra). Use returned 'token' as idareId. |
search_direct_procurement_parent_authorities | Search parent authorities (Üst İdare) via ustIdareAra. Pass returned 'token' to parent_authority_code (ustIdareKod). |
search_ilan_ads | Search Turkish government announcements and advertisements on ilan.gov.tr. Returns: public announcements, tender notices, real estate sales, notifications, government job postings, legal notices, UYAP e-sales, and other official advertisements. Categories include: Emlak, İhale Duyuruları, Tebligat ve Duyurular, Kamu-Akademik Personel, İflas Hukuku Davaları, Vasıta, UYAP E-SATIŞ (icra/mahkeme satışları), etc. Sources: BIK (Basın İlan Kurumu), UYAP (E-SATIŞ icra/mahkeme satışları) |
get_ilan_ad_detail | Get detailed information for a specific advertisement from ilan.gov.tr. Returns: title, content (HTML and Markdown), advertiser info, location, categories, filters, hit count, and other advertisement metadata. |