Skip to main content
Glama
saidsurucu

Yargı MCP

by saidsurucu

search_uyusmazlik_decisions

Read-onlyIdempotent

Search jurisdictional dispute court decisions to resolve conflicts between civil and administrative courts. Filter by case number, decision number, or full text.

Instructions

Use this when searching jurisdictional dispute court (Uyuşmazlık Mahkemesi) decisions. Resolves conflicts between civil and administrative courts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
icerikNoSearch text. Searches full decision text, or matches a case/decision number depending on search_scope.
page_numberNoResult page number.
search_scopeNoSearch scope: 'All' (full text), 'EsasNo' (by case number), 'KararNo' (by decision number).All
case_sensitiveNoWhether the search is case sensitive.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed21 schema fields changedv0.2.2
    • removedInput schema / properties / bolum
      Removed value: -{
      -  "default": "ALL",
      -  "description": "Select the department (Bölüm). Use 'ALL' for all departments.",
      -  "enum": [
      -    "ALL",
      -    "Ceza Bölümü",
      -    "Genel Kurul Kararları",
      -    "Hukuk Bölümü"
      -  ],
      -  "type": "string"
      -}
    • addedInput schema / properties / case_sensitive
      Added value: +{
      +  "default": false,
      +  "description": "Whether the search is case sensitive.",
      +  "type": "boolean"
      +}
    • removedInput schema / properties / esas_sayisi
      Removed value: -{
      -  "default": "",
      -  "description": "Case number ('Esas Sayısı').",
      -  "type": "string"
      -}
    • removedInput schema / properties / esas_yil
      Removed value: -{
      -  "default": "",
      -  "description": "Case year ('Esas Yılı').",
      -  "type": "string"
      -}
    • removedInput schema / properties / hepsi
      Removed value: -{
      -  "default": "",
      -  "description": "Search for texts containing all specified words.",
      -  "type": "string"
      -}
    • removedInput schema / properties / herhangi_birisi
      Removed value: -{
      -  "default": "",
      -  "description": "Search for texts containing any of the specified words.",
      -  "type": "string"
      -}
    • changedInput schema / properties / icerik / description
      Previous value: -"Keyword or content for main text search."New value: +"Search text. Searches full decision text, or matches a case/decision number depending on search_scope."
    • removedInput schema / properties / kanun_no
      Removed value: -{
      -  "default": "",
      -  "description": "Relevant Law Number.",
      -  "type": "string"
      -}
    • removedInput schema / properties / karar_date_begin
      Removed value: -{
      -  "default": "",
      -  "description": "Decision start date (DD.MM.YYYY).",
      -  "type": "string"
      -}
    • removedInput schema / properties / karar_date_end
      Removed value: -{
      -  "default": "",
      -  "description": "Decision end date (DD.MM.YYYY).",
      -  "type": "string"
      -}
    • removedInput schema / properties / karar_sayisi
      Removed value: -{
      -  "default": "",
      -  "description": "Decision number ('Karar Sayısı').",
      -  "type": "string"
      -}
    • removedInput schema / properties / karar_sonuclari
      Removed value: -{
      -  "description": "List of desired 'Karar Sonucu' types.",
      -  "items": {
      -    "enum": [
      -      "Hüküm Uyuşmazlığı Olmadığına Dair",
      -      "Hüküm Uyuşmazlığı Olduğuna Dair"
      -    ],
      -    "type": "string"
      -  },
      -  "type": "array"
      -}
    • removedInput schema / properties / karar_yil
      Removed value: -{
      -  "default": "",
      -  "description": "Decision year ('Karar Yılı').",
      -  "type": "string"
      -}
    • removedInput schema / properties / not_hepsi
      Removed value: -{
      -  "default": "",
      -  "description": "Exclude texts containing these specified words.",
      -  "type": "string"
      -}
    • addedInput schema / properties / page_number
      Added value: +{
      +  "default": 1,
      +  "description": "Result page number.",
      +  "minimum": 1,
      +  "type": "integer"
      +}
    • removedInput schema / properties / resmi_gazete_date
      Removed value: -{
      -  "default": "",
      -  "description": "Official Gazette date (DD.MM.YYYY).",
      -  "type": "string"
      -}
    • removedInput schema / properties / resmi_gazete_sayi
      Removed value: -{
      -  "default": "",
      -  "description": "Official Gazette number.",
      -  "type": "string"
      -}
    • addedInput schema / properties / search_scope
      Added value: +{
      +  "default": "All",
      +  "description": "Search scope: 'All' (full text), 'EsasNo' (by case number), 'KararNo' (by decision number).",
      +  "enum": [
      +    "All",
      +    "EsasNo",
      +    "KararNo"
      +  ],
      +  "type": "string"
      +}
    • removedInput schema / properties / tumce
      Removed value: -{
      -  "default": "",
      -  "description": "Exact phrase search.",
      -  "type": "string"
      -}
    • removedInput schema / properties / uyusmazlik_turu
      Removed value: -{
      -  "default": "ALL",
      -  "description": "Select the type of dispute. Use 'ALL' for all types.",
      -  "enum": [
      -    "ALL",
      -    "Görev Uyuşmazlığı",
      -    "Hüküm Uyuşmazlığı"
      -  ],
      -  "type": "string"
      -}
    • removedInput schema / properties / wild_card
      Removed value: -{
      -  "default": "",
      -  "description": "Search for phrase and its inflections.",
      -  "type": "string"
      -}
  2. Changed24 schema fields changedv1.0.0
    • removedInput schema / properties / bolum / title
      Removed value: -"Bolum"
    • removedInput schema / properties / esas_sayisi / title
      Removed value: -"Esas Sayisi"
    • removedInput schema / properties / esas_yil / title
      Removed value: -"Esas Yil"
    • removedInput schema / properties / hepsi / title
      Removed value: -"Hepsi"
    • removedInput schema / properties / herhangi_birisi / title
      Removed value: -"Herhangi Birisi"
    • removedInput schema / properties / icerik / title
      Removed value: -"Icerik"
    • removedInput schema / properties / kanun_no / title
      Removed value: -"Kanun No"
    • removedInput schema / properties / karar_date_begin / title
      Removed value: -"Karar Date Begin"
    • removedInput schema / properties / karar_date_end / title
      Removed value: -"Karar Date End"
    • removedInput schema / properties / karar_sayisi / title
      Removed value: -"Karar Sayisi"
    • removedInput schema / properties / karar_sonuclari / title
      Removed value: -"Karar Sonuclari"
    • removedInput schema / properties / karar_yil / title
      Removed value: -"Karar Yil"
    • removedInput schema / properties / not_hepsi / title
      Removed value: -"Not Hepsi"
    • removedInput schema / properties / resmi_gazete_date / title
      Removed value: -"Resmi Gazete Date"
    • removedInput schema / properties / resmi_gazete_sayi / title
      Removed value: -"Resmi Gazete Sayi"
    • removedInput schema / properties / tumce / title
      Removed value: -"Tumce"
    • removedInput schema / properties / uyusmazlik_turu / title
      Removed value: -"Uyusmazlik Turu"
    • removedInput schema / properties / wild_card / title
      Removed value: -"Wild Card"
    • removedOutput schema / $defs
      Removed value: -{
      -  "UyusmazlikApiDecisionEntry": {
      -    "description": "Model for an individual decision entry parsed from Uyuşmazlık API's HTML search response.",
      -    "properties": {
      -      "bolum": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "title": "Bolum"
      -      },
      -      "document_url": {
      -        "format": "uri",
      -        "maxLength": 2083,
      -        "minLength": 1,
      -        "title": "Document Url",
      -        "type": "string"
      -      },
      -      "esas_sayisi": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "title": "Esas Sayisi"
      -      },
      -      "karar_sayisi": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "title": "Karar Sayisi"
      -      },
      -      "karar_sonucu": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "title": "Karar Sonucu"
      -      },
      -      "pdf_url": {
      -        "anyOf": [
      -          {
      -            "format": "uri",
      -            "maxLength": 2083,
      -            "minLength": 1,
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "PDF URL",
      -        "title": "Pdf Url"
      -      },
      -      "popover_content": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Summary",
      -        "title": "Popover Content"
      -      },
      -      "uyusmazlik_konusu": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "title": "Uyusmazlik Konusu"
      -      }
      -    },
      -    "required": [
      -      "document_url"
      -    ],
      -    "title": "UyusmazlikApiDecisionEntry",
      -    "type": "object"
      -  }
      -}
    • addedOutput schema / additionalProperties
      Added value: +true
    • removedOutput schema / description
      Removed value: -"Response model for Uyuşmazlık Mahkemesi search results for the MCP tool."
    • removedOutput schema / properties
      Removed value: -{
      -  "decisions": {
      -    "items": {
      -      "$ref": "#/$defs/UyusmazlikApiDecisionEntry"
      -    },
      -    "title": "Decisions",
      -    "type": "array"
      -  },
      -  "total_records_found": {
      -    "anyOf": [
      -      {
      -        "type": "integer"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null,
      -    "description": "Total number of records found for the query, if available.",
      -    "title": "Total Records Found"
      -  }
      -}
    • removedOutput schema / required
      Removed value: -[
      -  "decisions"
      -]
    • removedOutput schema / title
      Removed value: -"UyusmazlikSearchResponse"
  3. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, which sufficiently inform the agent about safety. The description adds the source-specific behavioral context (searching full text or case/decision numbers) but does not extend 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 consists of two concise sentences that front-load the purpose and key behavioral trait. Every word earns its place with no redundancy or fluff.

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

Completeness4/5

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

Given the simple search nature, full schema documentation, and presence of an output schema, the description is complete for the tool's function. It could briefly mention that results are a list of decisions, but the output schema likely covers that.

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?

All four parameters have descriptions in the schema (100% coverage). The description mentions matching case/decision numbers based on search_scope, but this is already detailed in the schema. The description adds no new semantic meaning beyond the schema.

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

Purpose5/5

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

The description clearly states the tool searches Uyuşmazlık Mahkemesi decisions, which resolves conflicts between civil and administrative courts. This specific verb+resource combination distinguishes it from sibling tools targeting different document types.

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

Usage Guidelines4/5

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

The description explicitly says 'Use this when searching jurisdictional dispute court decisions,' providing clear context. However, it does not offer explicit alternatives or conditions for when not to use it, though sibling names imply other search tools for different sources.

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