Skip to main content
Glama

get_latest_bc

Retrieve a Biomedical Concept from the CDISC Library by its concept ID. Returns the current version of the concept for clinical standards.

Instructions

Get latest Biomedical Concept specified by concept_id from CDISC Library

Args: concept_id (str): The ID of the Biomedical Concept to retrieve.

Usage: get_latest_bc_cat("C105585")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headers_No
concept_idYes
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 implies a read-only retrieval with 'Get', but it does not clarify how 'latest' is determined, whether authentication is needed, what the response contains, or any error or pagination behavior.

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

Conciseness3/5

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

The description is short and front-loaded with the main action, and the Args section is compact. However, the Usage line appears copied from a sibling tool and adds confusion rather than earning its place.

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 annotations and no output schema, the description leaves important context missing: what the tool returns, what 'latest' means, and how this tool differs from get_latest_bc_list or get_latest_bc_cat. The incorrect usage example further undermines completeness.

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?

Schema description coverage is 0%, so the description must document the parameters itself. It explains concept_id and provides an example value, but it entirely omits headers_, leaving one of the two parameters undocumented.

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 latest Biomedical Concept ... from CDISC Library', and the concept_id parameter identifies the target. However, it does not differentiate this single-concept lookup from similar siblings like get_latest_bc_list or get_latest_bc_cat.

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

Usage Guidelines1/5

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

No guidance is given about when to use this tool versus the many sibling tools. The only usage line is actively misleading because it calls get_latest_bc_cat, a different sibling tool, rather than get_latest_bc, so an agent following it would invoke the wrong function.

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