Skip to main content
Glama

Açık veri seti ayrıntısı ve dosyaları

acikveri_veriseti
Read-only

Retrieve dataset details, license, and downloadable resources from municipal open data portals. Find file formats, links, and DataStore table service availability for a specific dataset.

Instructions

Bir veri setinin açıklaması, lisansı ve dosyaları (kaynakları): biçim, indirme bağlantısı, tablo servisinin (DataStore) açık olup olmadığı. Dataset details and resources from a municipal CKAN portal. Tablo servisi açık kaynaklar acikveri_kayitlar ile satır satır okunur.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adYesVeri setinin `ad` değeri (URL adı), acikveri_ara sonucundan
portalYesibb (İstanbul) | izmir | konya | gaziantep

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
veriYes
alindiYes
kaynakYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.5.0

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the read-only, open-world behavior is covered. The description adds useful context about what is returned and that open DataStore resources are handled by another tool, but it does not disclose additional behavioral traits such as pagination, portal-specific quirks, or failure modes.

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 short and front-loaded, with the most important result contents stated first. There is some bilingual redundancy between the Turkish and English sentences, but the English sentence adds the useful 'municipal CKAN portal' context and the final sentence earns its place by routing to a sibling tool.

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 that the input schema is fully documented and an output schema exists, the description is reasonably complete. It covers what the tool returns, the CKAN context, and the boundary with acikveri_kayitlar for row-level data. It could be stronger with explicit when-to-use guidance, but nothing essential for selecting and invoking the tool is missing.

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?

Schema description coverage is 100%, so the input schema already documents both `ad` and `portal` clearly, including the enum values for `portal`. The description itself adds no parameter-level meaning beyond what the schema provides, so the baseline of 3 is appropriate.

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 identifies the resource: a dataset's description, license, and files/resources, including format, download link, and DataStore status. It does not use an explicit action verb, but it is specific and distinct enough from the sibling tools, especially by pointing row-level access to acikveri_kayitlar.

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 implies the main use case (metadata/resource details) and explicitly routes table-service-enabled resources to acikveri_kayitlar for row-by-row reading. However, it does not explicitly state when this tool should be preferred over acikveri_ara or what preconditions exist beyond the schema hint that `ad` comes from acikveri_ara.

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