get_cbgenelge_content
Retrieve the full content of a Turkish Presidential Circular as Markdown by supplying the circular number and Official Gazette date obtained from search results.
Instructions
Retrieve the full content of a Turkish Presidential Circular (Cumhurbaşkanlığı Genelgesi) in Markdown format.
This tool fetches the PDF document and converts it to Markdown. Presidential Circulars are available only as PDF files. Use 'search_cbgenelge' first to find the circular number and Official Gazette date.
IMPORTANT: You must provide the 'resmi_gazete_tarihi' (Official Gazette date) from the search results. This is required to construct the correct PDF URL.
Returns:
Full circular content formatted as Markdown (converted from PDF)
Ready for analysis, summarization, or question answering
Example usage:
Search for circulars: search_cbgenelge(baslangic_tarihi="2025")
Get full content: get_cbgenelge_content(mevzuat_no="16", resmi_gazete_tarihi="20/09/2025", mevzuat_tertip="5")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mevzuat_no | Yes | The Presidential Circular number from search results (e.g., '16', '15') | |
| resmi_gazete_tarihi | Yes | Official Gazette date from search results in DD/MM/YYYY format (e.g., '20/09/2025') | |
| mevzuat_tertip | No | Circular series from search results (e.g., '5') | 5 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| madde_id | Yes | ||
| mevzuat_id | Yes | ||
| markdown_content | Yes | ||
| error_message | No |