Skip to main content
Glama

Mevzuatın tek bir maddesi

mevzuat_madde
Read-only

Get the current text of a specific article from Turkish legislation by providing its number (e.g., '6', 'ek 1') and law identifier. Returns the article or a list of existing articles if not found.

Instructions

Bir mevzuatın istenen maddesinin güncel metni: "6", "6/A", "ek 1", "geçici 3". One article of a Turkish act, from the consolidated text. Örnek: kimlik 1.5.6698, madde 6 → KVKK özel nitelikli kişisel veriler maddesi. Madde yoksa mevcut madde listesi döner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noNoMevzuat numarası, örn. 6698 (kimlik yoksa)
turNoMevzuat türü, varsayılan kanun: kanun | tuzuk | yonetmelik | kurum_yonetmeligi | universite_yonetmeligi | teblig | cb_karari | cb_genelgesi | cb_kararnamesi | mulga_kanun
maddeYesMadde: 6, 6/A, ek 1, geçici 3
kimlikNomevzuat_ara sonucundaki kimlik, örn. 1.5.6698
tertipNoDüstur tertibi; 1961 sonrası mevzuat için 5 (varsayılan)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
veriYes
alindiYes
kaynakYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.5.0

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already signal read-only and open-world behavior. The description adds useful behavioral detail: it returns the current consolidated text, and if the requested article does not exist, it returns the list of existing articles.

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

Conciseness4/5

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

The description is front-loaded with purpose and keeps examples short. The Turkish and English sentences partly repeat the same idea, but they add useful context such as 'consolidated text' and the fallback behavior.

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 full schema parameter coverage, an output schema, and read-only/open-world annotations, the description is sufficient. It explains the target, article formats, gives an example, and describes the missing-article fallback; remaining details like precedence between kimlik and no are already in the schema.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds a concrete example (kimlik 1.5.6698, madde 6 → KVKK special-category data article) and valid madde formats, which help the agent understand parameter intent 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 states a specific operation and resource: returning the current consolidated text of one article of a Turkish act. Its phrasing 'tek bir maddesi' and 'One article' clearly distinguishes it from full-text and search siblings.

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?

Usage is implied rather than explicit. The example with kimlik 1.5.6698 suggests using a result from mevzuat_ara, but the description does not directly say when to prefer this tool over mevzuat_metin or mevzuat_ara.

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