Skip to main content
Glama

get_latest_bc_list

Fetch the current biomedical concept list from the CDISC Library to access standardized clinical terminology for research and analysis.

Instructions

Get Latest Biomedical Concept List from CDISC Library

Usage: get_latest_bc_list()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headers_No
Install Server

TDQS

C2.3/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 full behavioral burden. The verb 'Get' implies a read operation, but nothing is disclosed about output shape, pagination, version resolution, authentication, errors, or side effects.

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

Conciseness2/5

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

The text is short and front-loaded, but the minimalism is more under-specification than effective concision. The usage line adds little beyond the schema and obscures the one optional parameter, so it doesn't earn its place.

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

Completeness1/5

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

Given no annotations, no output schema, a single undocumented parameter, and a large family of similar BC tools, this description is far too sparse for an agent to invoke the tool correctly or disambiguate it from siblings.

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

Parameters1/5

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

The single parameter headers_ has no schema description and 0% schema coverage. The description does not mention headers_ at all and even shows usage as 'get_latest_bc_list()', leaving the agent to guess whether headers should be supplied and what format they take.

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 identifies a specific verb and resource: getting the latest Biomedical Concept List from the CDISC Library. However, it doesn't distinguish whether 'list' means concept terms, packages, or categories, and it doesn't differentiate from siblings such as get_latest_bc, get_latest_bc_cat, and get_bc_list_for_package.

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 call this tool instead of the many BC/SDTM/CT siblings, nor about what 'latest' resolution entails. The 'Usage:' line merely shows an empty call and does not provide context, exclusions, or alternatives.

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