get_teblig_content
Retrieve the full Markdown content of a Turkish communiqué using its number and series from a prior search. Ready for analysis or summarization.
Instructions
Retrieve the full content of a Turkish communiqué (Tebliğ) in Markdown format.
This tool fetches the complete text of a communiqué identified by its number. Use 'search_teblig' first to find the communiqué number and series.
Returns:
Full communiqué content formatted as Markdown
Ready for analysis, summarization, or question answering
Example usage:
Search for communiqués: search_teblig(aranacak_ifade="katma değer vergisi")
Get full content: get_teblig_content(mevzuat_no="42331", mevzuat_tertip="5")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mevzuat_no | Yes | The communiqué number from search results (e.g., '42331') | |
| mevzuat_tertip | No | Communiqué 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 |