Skip to main content
Glama

get_sdtm_dataset_specialization_domain_list

Retrieves SDTM dataset specialization domains from CDISC Library to identify which specialized datasets apply for clinical data standards.

Instructions

Get SDTM Dataset Specialization Domain List from CDISC Library

Usage: get_sdtm_dataset_specialization_domain_list()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headers_No
Install Server

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'Get... from CDISC Library,' implying a read operation, but reveals nothing about authentication, rate limits, response shape, or what 'domain list' concretely returns. The description does not contradict annotations, but it also adds no behavioral detail beyond the tool name.

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

Conciseness2/5

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

The description is short, but the 'Usage:' block is redundant with the tool's own signature and does not add informative content. The main sentence is essentially the tool name reworded, so brevity is achieved at the expense of substance. This reads as under-specification rather than effective conciseness.

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

Completeness2/5

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

Given the large set of similar sibling tools, no output schema, and no annotations, this description is insufficient for an agent to confidently select and invoke the tool. It does not clarify what dataset specialization domains are, how this list differs from other list-returning siblings, or what the caller should do with the result. For a seemingly simple no-required-parameter tool, the contextual gaps still matter because the identifier alone is ambiguous.

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

Parameters1/5

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

Schema description coverage is 0%, and the sole parameter 'headers_' is completely unexplained. The description does not compensate for this gap; the Usage line shows no arguments, which suggests the parameter is irrelevant but does not clarify its purpose or accepted values. With the schema providing no documentation and the description providing none either, this is effectively an undocumented parameter.

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 states a clear action and resource: 'Get SDTM Dataset Specialization Domain List from CDISC Library.' This is more than a tautology because it names the source and the object. However, it does not differentiate this tool from closely named siblings like get_latest_sdtm_dataset_specializations_list or get_sdtm_dataset_specialization_list_for_package.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus the many similar sibling tools. The 'Usage:' section only repeats the function call signature, which adds no decision-making value. No alternatives, prerequisites, or exclusion conditions are mentioned.

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

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/i-akiya/Shiranui'

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