get_bedesten_document_markdown
Retrieve the full markdown text of a legal document from Bedesten search results using its document ID.
Instructions
Use this when retrieving full text of a Bedesten search result by documentId. Counts against the same Bedesten upstream rate limit as search; after 429, wait retry_after seconds before retrying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | Document ID from Bedesten search results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | The document ID (Belge Kimliği) from Bedesten | |
| markdown_content | No | The decision content (Karar İçeriği) converted to Markdown | |
| source_url | Yes | The source URL (Kaynak URL) of the document | |
| mime_type | No | Original content type (İçerik Türü) (text/html or application/pdf) |