Skip to main content
Glama

list_published_courses

Read-onlyIdempotent

List every course-to-domain publication in the organization and filter by live status, course, or domain. Use it to identify which published courses learners can actually access and paginate through results.

Instructions

List every course-to-domain publication in the organization.

    A published course is the join between a course and a domain: the same course
    published to two domains is two published courses with two slugs.
    Results are one page: when has_more is true, call again with next_cursor.

    BOTH LIVE AND UNPUBLISHED rows are returned by default. Unpublishing does not
    delete the row, it sets `live` to false, so an unfiltered list includes courses
    no learner can reach. Pass `filter_live=true` for the ones actually on air.

    `include` accepts a comma-separated list; `course` and `domain` are supported.

    Requires the `published-courses:read` OAuth scope.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeNo
page_sizeNo
filter_liveNo
page_cursorNo
filter_courseNo
filter_domainNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
has_moreYes
next_cursorNo
published_coursesYes
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior, and the description goes well beyond them. It discloses that unpublishing only sets live to false rather than deleting rows, that unfiltered lists include unreachable courses, and that the OAuth scope published-courses:read is required. This is rich behavioral context beyond the structured annotations.

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

Conciseness5/5

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

The description is concise but information-dense, with each paragraph earning its place: core semantics, pagination, default filtering behavior, include syntax, and auth requirement. It is front-loaded with the core purpose and uses clear formatting for scannability.

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?

Given the output schema exists, the description covers everything an agent needs to call this tool correctly: the join concept, default live/unpublished behavior, pagination protocol, include values, and required OAuth scope. No critical operational detail is missing.

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 description coverage is 0%, so the description carries the full burden for parameter meaning. It explains include ('comma-separated list; course and domain are supported'), filter_live (returns only live publications), and the page_cursor/has_more relationship. It does not explicitly explain filter_course, filter_domain, page_size, or page_cursor by name, though their roles are inferable from context.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'List every course-to-domain publication in the organization.' It clarifies the join semantics between course and domain, distinguishing published courses from plain courses. This makes it clearly separate from sibling tools like list_courses or get_published_course.

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

Usage Guidelines4/5

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

The description provides clear context on default behavior and when to use filters: 'BOTH LIVE AND UNPUBLISHED rows are returned by default' and 'Pass filter_live=true for the ones actually on air.' It also explains pagination usage with has_more and next_cursor. It does not explicitly name alternative tools or state when not to use this tool, but the usage context is strong.

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