Skip to main content
Glama

get_bc_package_list

Retrieve the Biomedical Concept Package List from the CDISC Library to identify available clinical standard packages. Use it to locate and select the correct package for your data standards and controlled terminology needs.

Instructions

Get Biomedical Concept Package List from CDISC Library

Usage: get_bc_package_list()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headers_No
Install Server

TDQS

C2.6/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 only says 'Get,' implying read-only retrieval, but does not reveal authentication/header needs, return format, or whether the result is scoped to latest or all packages.

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 very short and front-loaded, with the core purpose in the first sentence and no filler. It is appropriately concise, though the minimal content is penalized more heavily in other dimensions.

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 30 similar sibling tools, no annotations, no output schema, and one undocumented optional parameter, a single sentence is insufficient for an agent to confidently select and invoke this tool. It does not clarify how this differs from get_bc_list_for_package or get_latest_bc_list.

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 schema has one parameter, headers_, with 0% schema description coverage, and the description never mentions it. Even the usage line shows get_bc_package_list() with no arguments, so an agent cannot infer what headers_ means or whether it is needed.

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 gives a clear verb ('Get'), resource ('Biomedical Concept Package List'), and source ('CDISC Library'), so the general purpose is understandable. However, it does not distinguish this from similar siblings such as get_bc_list_for_package or get_latest_bc_list.

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?

There is no when-to-use guidance or comparison to alternatives. The 'Usage' line is only a bare call signature, which says how to invoke the tool but not when it is preferable to any sibling.

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