get_tender_details
Retrieve comprehensive tender details from Turkish public procurement data, including basic information, characteristics, OKAS codes, authority details, process rules, announcements summary, and cancellation status when applicable.
Instructions
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.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tender_id | Yes | The tender ID to get comprehensive details for |
Input Schema (JSON Schema)
{
"properties": {
"tender_id": {
"description": "The tender ID to get comprehensive details for",
"title": "Tender Id",
"type": "integer"
}
},
"required": [
"tender_id"
],
"type": "object"
}