Skip to main content
Glama

get_latest_sdtm_specialization

Fetch the current SDTM specialization metadata for a given dataset specialization ID from the CDISC Library, providing the authoritative details needed for clinical research standards.

Instructions

Get Latest SDTM Specialization for a specific specialization ID

Args: dataset_specialization_id (str): The specialization ID to retrieve details for.

Usage: get_latest_sdtm_specialization("SYSBP")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headers_No
dataset_specialization_idYes
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the burden of disclosure. It indicates this is a read-style retrieval operation and that it fetches the 'latest' specialization, which is useful, but it does not explain what 'latest' means, what happens on missing IDs, or whether any special context is required.

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 compact, front-loads the purpose, and includes a useful code example. Every section adds value and there is no filler, though the term 'specialization' is repeated heavily.

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?

For a tool with no output schema and a large group of sibling tools, the description does not explain what the returned details look like, what 'latest' refers to, or how this tool relates to the sibling list/fetch tools. This makes it under-specified for reliable agent selection and result interpretation.

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 description documents the required dataset_specialization_id parameter with a type and a clear explanation, and it shows a realistic usage example. However, the optional headers_ parameter is not described anywhere, and schema description coverage is 0%, so the compensation is incomplete.

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 states the action ('Get') and the resource ('Latest SDTM Specialization for a specific specialization ID') and includes a concrete usage example with 'SYSBP'. It does not explicitly distinguish itself from sibling tools such as get_latest_sdtm_dataset_specializations_list, so an agent may need to infer the distinction from the wording.

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?

The description provides an invocation example but no guidance about when to choose this tool over related siblings. There is no mention of alternatives, exclusions, or prerequisites, leaving the agent to guess based on the name alone.

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