Skip to main content
Glama

list_courses

Read-only

List courses for the authenticated user with optional slim fields for quick selection and full fields for detailed information, including state and enrollment filters.

Instructions

List courses for the authenticated user. Use fields="slim" when enumerating courses for selection; switch to "full" once you have identified the target. slim returns id, name, course_code, term name, and workflow_state only. "full" (default) includes all Canvas fields plus include extras (teachers, total_students, syllabus_body, etc.). state[] narrows by course workflow state; enrollment_state narrows by the caller's enrollment state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoProjection mode: "slim" returns id/name/course_code/term/workflow_state only; "full" (default) returns all fields
enrollment_stateNoFilter courses by the caller's enrollment state
stateNoFilter by course workflow state
includeNoExtra fields to include on each course (Canvas include[] param); ignored when fields="slim"
exclude_blueprint_coursesNoExclude blueprint courses from the results
Behavior4/5

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

Annotations already mark the tool as readOnly and openWorld, so the description adds value by detailing field modes, include parameter behavior (ignored when slim), and response field sets, without contradicting 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?

Three concise sentences front-loaded with purpose, immediately followed by actionable guidance on field selection and filters, with no wasted words.

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

Completeness4/5

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

For a list tool with 5 parameters and no output schema, the description covers key behavioral aspects (field modes, filter interactions) sufficiently for agent decision-making, though pagination is not addressed.

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 covers all parameters with descriptions (100% coverage), but the description adds meaningful strategy guidance ('slim' vs 'full' and include ignored when slim) beyond what the schema provides.

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 clearly states the specific action 'List courses for the authenticated user' and distinguishes usage via 'slim' vs 'full' fields, which differentiates it from siblings like 'get_course' or 'list_account_courses'.

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

Usage Guidelines5/5

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

Explicitly advises when to use 'slim' (enumerating for selection) vs 'full' (after identifying target), and explains the filtering parameters state[] and enrollment_state, providing clear context for usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/bruchris/canvas-lms-mcp'

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