Skip to main content
Glama

enabiz_list_radiology_studies

Read-only

Retrieve a list of radiology study records from E-Nabız, showing date, institution, and description. Each record provides an order ID to fetch the corresponding report.

Instructions

E-Nabız radyolojik tetkik/görüntü kayıtlarını listeler.

Sayfada gösterilen çalışmaları döndürür (tarih, kurum, açıklama). Her kaydın order_id alanı, raporu almak için enabiz_get_radiology_report'a verilir. Kimlikli oturum gerektirir; yoksa error: "auth_required".

  • limit: en fazla kaç kayıt döner (varsayılan 50; 0 = sınırsız). truncated: true ise liste kırpılmıştır.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate readOnlyHint=true (safe read) and openWorldHint=true (dynamic results). The description adds valuable behavioral details: authentication requirement, error message on failure, limit semantics (default 50, 0=unlimited, truncated flag), and the fact that it returns studies displayed on the current page. No contradictions with annotations.

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 concise with no wasted words. It starts with the primary purpose, then provides necessary behavioral and parameter details in a structured way. Every sentence earns its place.

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 existence of an output schema (not shown), the description adequately covers usage context: purpose, authentication, parameter, and relation to sibling tool. It mentions key output fields (date, institution, description, order_id) and behavior like pagination via limit and truncated. No gaps are apparent for a list tool.

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

Parameters5/5

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

The single parameter limit has schema coverage 0%, so the description fully compensates. It explains the default value (50), the meaning of 0 (unlimited), and the truncated flag behavior. This is complete and precise, exceeding the schema's minimal definition.

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 lists radiological examination/image records from E-Nabız. It mentions returned fields (date, institution, description) and distinguishes from sibling tools by specifying that order_id is used for enabiz_get_radiology_report. The verb 'listeler' (lists) combined with the specific resource makes the purpose unmistakable.

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 provides clear context: requires authenticated session (auth_required error) and explains limit parameter behavior. It implicitly guides when to use this tool versus the report tool by linking order_id. However, it does not explicitly state when not to use it or contrast with other list tools, though the sibling context is clear.

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/UmutKDev/e-nabiz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server