Skip to main content
Glama

skool_courses_list

List courses in a Skool community classroom by providing a community slug or group UUID. Returns course names and metadata to manage classroom content.

Instructions

List courses in a community classroom. Returns course names and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupIdNoGroup UUID — if provided, uses api2.skool.com for richer data
communityNoCommunity slug. Uses default from config if omitted.
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations provided, the description must carry the behavioral disclosure burden. It conveys that this is a read-style listing operation and states what is returned, but it does not mention authentication needs, pagination, or how groupId vs community impacts behavior beyond what the schema already states.

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?

Two short sentences with no wasted words. The action is front-loaded, and the return-value sentence earns its place by giving the agent a preview of what the call produces.

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

Completeness3/5

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

For a simple two-parameter list tool, the description plus schema is mostly workable, but it is not fully complete: there is no output schema, no explicit read-only confirmation, and no guidance for choosing between this and the lessons/posts siblings. The description covers the basics but leaves several selection and behavior questions open.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents groupId and community clearly, including the api2.skool.com behavior and default config fallback. The description adds no parameter-level meaning beyond saying 'community classroom,' so the baseline of 3 is appropriate.

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 action ('List courses'), the resource ('in a community classroom'), and the return payload ('course names and metadata'). It differentiates from siblings like skool_lessons_list and skool_posts_list by naming the course resource, though it does not explicitly contrast itself with a sibling.

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 gives no guidance on when to choose this tool over alternatives such as skool_lessons_list, nor does it mention prerequisites or the difference between listing courses vs lessons. Usage context is only implied by the verb and resource.

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/nhayes263/skool-mcp'

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