Skip to main content
Glama

get_latest_bc_cat

Retrieve current biomedical concept categories from the CDISC Library for clinical terminology standards.

Instructions

Get Latest Biomedical Concept Categories from CDISC Library

Usage: get_latest_bc_cat()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headers_No
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. 'Get' implies a read operation, but the description does not explain what the returned categories look like, whether headers_ affects behavior, or any other runtime characteristics.

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 gets to the point, but the 'Usage: get_latest_bc_cat()' line is redundant with the tool name and adds no information. It is concise yet under-specified.

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 output schema, no annotations, and many closely related sibling tools, the description is too thin. It does not clarify what 'categories' returns, how it differs from sibling tools, or what context warrants calling it.

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?

Schema description coverage is 0% and the description does not mention the headers_ parameter at all. An agent has no indication of what headers_ means, what values are acceptable, or why it would be used.

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 specific action and resource: 'Get Latest Biomedical Concept Categories from CDISC Library'. It is clear that the tool fetches BC categories, but it does not distinguish this from closely related siblings like get_latest_bc_list or get_latest_bc.

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?

The description provides no guidance on when to use this tool versus any of the many sibling tools. It only shows a usage example, which does not help an agent decide between get_latest_bc_cat and get_bc_list_for_package or get_latest_bc.

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