Skip to main content
Glama

list_course_labels

Read-onlyIdempotent

Retrieve internal classification labels for a specific course using its course ID. See which labels are attached to course content across all domains, independent of learner-facing publications.

Instructions

Which internal classifications a single course has been given.

    `course_id` is the course, not a published course - labels attach to the content
    rather than to a publication, so they are the same on every domain the course
    appears on.

    These are internal: they do not affect what a learner sees.

    Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
pageNo
rowsYes
totalNo
has_moreNo
next_pageNo
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already mark this read-only/idempotent/non-destructive, and the description adds meaningful behavior: labels attach to the content, not the publication; they are consistent across domains; they are internal and do not affect learner-facing output; and a special credential is required. This is useful context beyond what annotations provide.

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?

Each sentence carries relevant information: purpose, course-vs-publication semantics, internal visibility, and credential requirement. The description is compact and well-structured, though the leading noun-phrase style makes the purpose slightly less direct than a verb-led sentence would be.

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

Completeness5/5

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

For a one-parameter, read-only tool with an output schema, the description covers all essential operational aspects: what is returned, how course_id should be interpreted, scope of the result, and the required credential. Nothing important is missing for an agent to invoke it correctly.

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

Parameters4/5

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

Schema coverage is 0%, and the description significantly compensates by explaining the crucial distinction between a course and a published course and clarifying that labels are attached to the content entity. It does not explain the string format or how to obtain the course_id, but for a single required parameter this is strong semantic guidance.

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 clearly states the resource ('a single course') and the kind of data returned ('internal classifications'), and distinguishes these labels from published-course-level data. It lacks an explicit verb like 'list' or 'retrieve', and does not directly contrast itself with the sibling list_labels tool, so it stops short of a 5.

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

Usage Guidelines3/5

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

The description gives useful context: course_id refers to a course, not a published course, and labels are domain-independent and internal. However, it never states when to prefer this tool over alternatives such as list_labels, list_tags, or list_group_categories, and offers no exclusion criteria.

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/CloudSecurityAlliance/csa-skilljar'

If you have feedback or need assistance with the MCP directory API, please join our Discord server