Skip to main content
Glama

Yargı MCP

by saidsurucu
MIT License
507
  • Apple
  • Linux

get_kik_document_markdown

Retrieve Public Procurement Authority (KİK) decision text in paginated Markdown format using a Base64 encoded KİK ID. Access detailed legal documents for analysis or integration into LLM applications.

Instructions

Get Public Procurement Authority (KİK) decision text in paginated Markdown format

Input Schema

NameRequiredDescriptionDefault
karar_idYesThe Base64 encoded KIK decision identifier.
page_numberNoPage number for paginated Markdown content (1-indexed). Default is 1.

Input Schema (JSON Schema)

{ "properties": { "karar_id": { "description": "The Base64 encoded KIK decision identifier.", "title": "Karar Id", "type": "string" }, "page_number": { "default": 1, "description": "Page number for paginated Markdown content (1-indexed). Default is 1.", "minimum": 1, "title": "Page Number", "type": "integer" } }, "required": [ "karar_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