Skip to main content
Glama

get_sendig_latest_version

Get the current SENDIG version from CDISC Library to reference the applicable standard for nonclinical study data.

Instructions

Get the latest SEND Implementation Guide version from CDISC Library

Args: headers_: Optional custom headers

Returns: dict: Latest SENDIG version information

Example: get_sendig_latest_version()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headers_No
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

There are no annotations, so the description carries the burden of behavioral disclosure. It indicates a read operation through 'Get' and states the return type as dict, but it does not disclose authentication needs, side effects, error behavior, or interaction with the CDISC Library API beyond that.

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 description is compact and front-loaded with the main purpose. The Args, Returns, and Example sections are concise and useful, with no redundant or filler content.

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 retrieval tool with one optional parameter, the description is minimally adequate: it names the source, the target, the return type, and provides an example call. However, without an output schema, annotations, or more details on headers and API behavior, it leaves some gaps for an agent to infer.

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 schema has 0% description coverage and only one optional parameter. The description adds meaning by calling headers_ 'Optional custom headers,' which helps an agent understand its role, but it does not explain what headers might be needed or how they should be formatted.

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 the latest SEND Implementation Guide version from CDISC Library.' This is specific enough to distinguish it from siblings like get_sendig_classes or get_sendig_domain_structure, though it does not explicitly contrast with other 'latest version' siblings such as get_sdtm_latest_version.

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 guidance is given about when to choose this tool over alternatives. The description implies its use when the latest SENDIG version is needed, but it does not mention exclusions, preconditions, or related tools.

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