get_tender_announcements
Retrieve tender announcements including preliminary, cancellation, and result notices for a specific tender ID, with HTML content converted to Markdown format.
Instructions
Get all announcements for a tender with HTML-to-Markdown conversion.
Returns: Ön İlan, İhale İlanı, Sonuç İlanı, İptal İlanı, etc.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tender_id | Yes | The tender ID to get announcements for |
Input Schema (JSON Schema)
{
"properties": {
"tender_id": {
"description": "The tender ID to get announcements for",
"title": "Tender Id",
"type": "integer"
}
},
"required": [
"tender_id"
],
"type": "object"
}