get_ilan_ad_detail
Retrieve comprehensive tender details from ilan.gov.tr including title, content, advertiser information, location, categories, and metadata for Turkish public procurement advertisements.
Instructions
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.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ad_id | Yes | Advertisement ID from ilan.gov.tr search results |
Input Schema (JSON Schema)
{
"properties": {
"ad_id": {
"description": "Advertisement ID from ilan.gov.tr search results",
"title": "Ad Id",
"type": "string"
}
},
"required": [
"ad_id"
],
"type": "object"
}