get_bedesten_document_markdown
Retrieve full text of Turkish court decisions in clean Markdown format using document IDs from Bedesten search results.
Instructions
Use this when retrieving full text of any Bedesten-supported court decision. Returns clean Markdown format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | Document ID from Bedesten search results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mime_type | No | Original content type (İçerik Türü) (text/html or application/pdf) | |
| documentId | Yes | The document ID (Belge Kimliği) from Bedesten | |
| source_url | Yes | The source URL (Kaynak URL) of the document | |
| markdown_content | No | The decision content (Karar İçeriği) converted to Markdown |