Skip to main content
Glama

Yargı MCP

by saidsurucu
MIT License
400
  • Apple
  • Linux

get_kik_document_markdown

Convert Public Procurement Authority (KİK) decision texts into paginated Markdown format for easy integration into LLM applications using Yargı MCP server.

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