Skip to main content
Glama

enabiz_get_diagnosis_detail

Read-only

Retrieves the detailed text of a diagnosis using its tracking number from the diagnosis list. Returns readable plain text.

Instructions

Bir tanının detay metnini döndürür (sys_takip_no = liste tool'undan).

enabiz_list_diagnoses çıktısındaki sys_takip_no ile çağrılır. Detay HTML'i okunabilir düz metne indirgenir (uzunsa DETAIL_TEXT_LIMIT'te kırpılır). Kimlikli oturum gerektirir; yoksa error: "auth_required".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sys_takip_noYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Discloses that the detail HTML is reduced to readable plain text and truncated if long (DETAIL_TEXT_LIMIT). Also states authentication requirement and error on missing auth. Annotations already mark readOnly and openWorld, but description adds specific behaviors.

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?

Short, efficient description with purpose first, then source, then processing details and auth requirement. Every sentence adds value, no redundancy.

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 simple tool with output schema present, description covers purpose, input, processing, and authentication. No gaps for selecting and invoking correctly.

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?

Schema has 0% description coverage, but description compensates fully by explaining sys_takip_no is from the list tool's output, giving clear context for the single parameter.

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?

Clearly states it returns the detail text of a diagnosis ('detay metnini döndürür') using a specific identifier. Distinguishes from sibling tool enabiz_list_diagnoses by specifying input from that list.

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?

Explicitly says to use with sys_takip_no from enabiz_list_diagnoses output. Mentions required authentication and error response. Does not provide explicit when-not-to-use or alternatives beyond the parent list tool.

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