Skip to main content
Glama

get_sdtm_dataset_specialization_for_package

Retrieves SDTM dataset specialization for a specified package and dataset specialization ID, returning the relevant clinical metadata from the CDISC Library.

Instructions

Get SDTM Dataset Specialization for a specific package and dataset specialization

Args: package (str): The ID of the package to retrieve dataset specializations from. datasetspecialization (str): The ID of the dataset specialization to retrieve.

Usage: get_sdtm_dataset_specialization_for_package("PACKAGE", "DATASET_SPECIFICATION")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageYes
headers_No
datasetspecializationYes
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are available, so the description carries the full burden. It only repeats get/retrieve semantics without disclosing return format, error behavior, permissions, or side effects. It does not contradict annotations because none exist, but it adds little behavioral context.

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 summary is front-loaded and the Args/Usage sections are compact. The usage example is somewhat redundant but does not waste significant space.

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?

With no output schema and no annotations, the description does not state what the returned dataset specialization contains or what the API returns. It also fails to address the undocumented headers_ parameter or clarify when this tool should be preferred over the many similar sibling retrieval tools.

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?

The Args section explains package and datasetspecialization as IDs, which adds meaning beyond the bare input schema titles. However, the optional headers_ parameter is entirely undocumented, so the description only partially compensates for the 0% schema description coverage.

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 verb and resource: 'Get SDTM Dataset Specialization' for a specific package and dataset specialization. It is not a tautology and the singular 'specific' weakly distinguishes it from list-oriented siblings, though it never explicitly contrasts them.

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?

No when-to-use or when-not-to-use guidance is provided. The 'Usage' line is just a call example, not guidance about when to select this tool over get_sdtm_dataset_specialization_list_for_package or the latest-specialization siblings.

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