Skip to main content
Glama

get_sdtm_latest_version

Check the CDISC Library to find the current SDTM-IG version, ensuring your data mappings use the correct standard.

Instructions

Get the latest SDTM-IG version from CDISC Library.

Returns: dict: Contains the latest SDTM-IG version or error information.

Example: get_sdtm_latest_version() Returns: {"latest_version": "3-4", "display_version": "3.4"}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headers_No
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral burden. It discloses that the tool returns a dict with the latest version or error information, and shows an example output. However, it does not mention network/auth/rate-limit behavior or the optional headers_ parameter, leaving some behavioral context unspecified.

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 and front-loaded. The purpose statement, return type, and example are all relevant and there is no filler or redundancy.

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

Completeness3/5

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

For a simple tool with no required parameters and no output schema, the description provides the essential return contract and an example. It is incomplete because it never addresses the existing headers_ parameter or explicitly routes the agent away from sibling 'latest version' tools, but the core callable behavior is sufficiently clear.

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

Parameters2/5

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

There is one parameter, headers_, with 0% schema description coverage, and the description does not explain it. The example does show a zero-argument call, which hints that headers_ is optional, but the description adds no real semantic meaning for the 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?

The description opens with a specific verb and resource: 'Get the latest SDTM-IG version from CDISC Library.' It clearly distinguishes this tool from siblings like get_ct_latest_version and get_sendig_latest_version by naming the exact SDTM-IG resource.

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

Usage Guidelines3/5

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

The intended use is implied: call this when you need the latest SDTM-IG version. However, there is no explicit when-to-use versus alternatives guidance, and the many siblings are not mentioned or differentiated beyond the resource name.

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