get_uyusmazlik_document_markdown_from_url
Extract and convert Uyuşmazlık Mahkemesi decision text into Markdown format directly from a document URL, streamlining integration with legal research or LLM applications.
Instructions
Get Uyuşmazlık Mahkemesi decision text from URL in Markdown format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
document_url | Yes | Full URL to the Uyuşmazlık Mahkemesi decision document from search results |
Input Schema (JSON Schema)
{
"properties": {
"document_url": {
"description": "Full URL to the Uyuşmazlık Mahkemesi decision document from search results",
"title": "Document Url",
"type": "string"
}
},
"required": [
"document_url"
],
"type": "object"
}