Skip to main content
Glama
saidsurucu

Yargı MCP

by saidsurucu

search_bedesten_unified

Read-onlyIdempotent

Search across multiple Turkish court systems including Supreme Court, Council of State, local courts, appeals courts, and KYB using a single query with advanced Turkish search operators.

Instructions

Use this when searching across multiple Turkish courts in a single query. Supports Yargıtay, Danıştay, Local Courts, Appeals Courts, and KYB.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phraseYesSearch query in Turkish. SUPPORTED OPERATORS: • Simple: "mülkiyet hakkı" (finds both words) • Exact phrase: ""mülkiyet hakkı"" (finds exact phrase) • Required term: "+mülkiyet hakkı" (must contain mülkiyet) • Exclude term: "mülkiyet -kira" (contains mülkiyet but not kira) • Boolean AND: "mülkiyet AND hak" (both terms required) • Boolean OR: "mülkiyet OR tapu" (either term acceptable) • Boolean NOT: "mülkiyet NOT satış" (contains mülkiyet but not satış) NOTE: Wildcards (*,?), regex patterns (/regex/), fuzzy search (~), and proximity search are NOT supported. For best results, use exact phrases with quotes for legal terms.
court_typesNoCourt types: YARGITAYKARARI, DANISTAYKARAR, YERELHUKUK, ISTINAFHUKUK, KYB
pageNumberNoPage number
birimAdiNo Chamber filter (optional). Abbreviated values with Turkish names: • Yargıtay: H1-H23 (1-23. Hukuk Dairesi), C1-C23 (1-23. Ceza Dairesi), HGK (Hukuk Genel Kurulu), CGK (Ceza Genel Kurulu), BGK (Büyük Genel Kurulu), HBK (Hukuk Daireleri Başkanlar Kurulu), CBK (Ceza Daireleri Başkanlar Kurulu) • Danıştay: D1-D17 (1-17. Daire), DBGK (Büyük Gen.Kur.), IDDK (İdare Dava Daireleri Kurulu), VDDK (Vergi Dava Daireleri Kurulu), IBK (İçtihatları Birleştirme Kurulu), IIK (İdari İşler Kurulu), DBK (Başkanlar Kurulu), AYIM (Askeri Yüksek İdare Mahkemesi), AYIM1-3 (Askeri Yüksek İdare Mahkemesi 1-3. Daire) ALL
kararTarihiStartNoStart date (ISO 8601 format)
kararTarihiEndNoEnd date (ISO 8601 format)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations (readOnlyHint, openWorldHint, idempotentHint) already indicate this is a safe, read-only search operation. The description adds valuable behavioral context by specifying the scope ('multiple Turkish courts'), listing supported court types, and noting search limitations in the parameter description (e.g., 'Wildcards (*,?), regex patterns (/regex/), fuzzy search (~), and proximity search are NOT supported'). This goes beyond what annotations provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is perfectly concise - a single sentence that efficiently communicates the tool's purpose and scope. It's front-loaded with the core functionality ('searching across multiple Turkish courts') followed by the specific court types supported. Every word earns its place with zero waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the comprehensive annotations (readOnlyHint, openWorldHint, idempotentHint), 100% schema description coverage, and the existence of an output schema (not shown but indicated in context signals), the description is complete enough. It provides the essential context about the tool's scope (cross-court Turkish legal searches) without needing to duplicate information available in structured fields.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, the input schema already provides comprehensive documentation for all 6 parameters including detailed operator explanations for 'phrase' and enum mappings for 'birimAdi'. The description doesn't add meaningful parameter semantics beyond what's in the schema, so it meets the baseline of 3 where schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'searching across multiple Turkish courts in a single query' and lists the supported court types (Yargıtay, Danıştay, Local Courts, Appeals Courts, KYB). It specifies the verb ('search') and resource ('Turkish courts'), but doesn't explicitly differentiate from sibling tools like 'search_anayasa_unified' or 'search_sayistay_unified' which likely search different legal domains.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides implied usage context by stating 'Use this when searching across multiple Turkish courts in a single query,' which suggests this is the unified tool for cross-court searches. However, it doesn't explicitly state when NOT to use it or name specific alternatives among the many sibling search tools, leaving the agent to infer based on the court types mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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