Skip to main content
Glama

Yargı MCP

by saidsurucu
MIT License
400
  • Apple
  • Linux

get_bddk_document_markdown

Convert BDDK decision documents into Markdown format using the specified document ID and optional page number. Ideal for integrating legal decisions into structured workflows or applications.

Instructions

Get BDDK decision document as Markdown

Input Schema

NameRequiredDescriptionDefault
document_idYesBDDK document ID (e.g., '310')
page_numberNoPage number

Input Schema (JSON Schema)

{ "properties": { "document_id": { "description": "BDDK document ID (e.g., '310')", "title": "Document Id", "type": "string" }, "page_number": { "default": 1, "description": "Page number", "minimum": 1, "title": "Page Number", "type": "integer" } }, "required": [ "document_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/saidsurucu/yargi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server