Skip to main content
Glama

List Courses

list_courses
Read-only

Retrieve Canvas courses for the authenticated user, with slim or full detail options and filters for workflow state or enrollment state.

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
stateNoFilter by course workflow state
fieldsNoProjection mode: "slim" returns id/name/course_code/term/workflow_state only; "full" (default) returns all fields
includeNoExtra fields to include on each course (Canvas include[] param); ignored when fields="slim"
enrollment_stateNoFilter courses by the caller's enrollment state
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 declare readOnlyHint and openWorldHint, so the description adds value by detailing behavior of fields: slim returns only a subset, full includes all fields and include extras. It also clarifies that include is ignored when slim. This goes beyond annotations without contradiction.

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?

Concise, well-structured description with front-loaded purpose. Each sentence adds value: purpose, usage scenario, field projections, and filtering semantics. No fluff or redundancy.

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?

Given the 5-parameter schema with enums and the absence of an output schema, the description covers purpose, parameter use, and interplay thoroughly. It omits pagination details, but for a list tool this is often implicit. The description is complete enough for correct tool selection and invocation.

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, so baseline is 3. The description adds meaningful semantics: explains the trade-off between slim and full, the effect of include (ignored in slim), and the meaning of state vs enrollment_state. This enriches the agent's understanding of how to combine parameters effectively.

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?

Clear action verb and resource: 'List courses for the authenticated user' distinguishes from account-level listing. It also specifies the scope (authenticated user) and parameter roles, making it distinct from sibling tools like get_my_courses 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 Guidelines4/5

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

Provides explicit usage guidance for fields parameter: 'Use fields="slim" when enumerating... switch to "full" once you have identified the target.' Also explains state and enrollment_state filters. Does not mention alternatives or exclusions, but the guidance is actionable and clear.

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