Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CANVAS_TOKENYesYour Canvas personal access token
CANVAS_BASE_URLYesYour Canvas institution root URL, without /api/v1 (e.g., https://canvas.example.edu)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_coursesC

List enrolled courses. Returns id, name, course_code, term.

list_assignmentsB

List assignments in a course. Includes due_at, points, submission status.

upcoming_eventsA

Upcoming planner items (assignments, calendar events) across all courses. Canvas returns roughly the next two weeks.

planner_itemsD

Planner items for the user. ISO dates (YYYY-MM-DD).

list_announcementsD

Course announcements.

list_modulesC

Course modules with items.

get_file_infoC

Get file metadata including download url.

get_gradesB

Current grades. Per-course if course_id provided, otherwise all enrollments.

get_pageB

Fetch a course wiki page by its url slug.

todoA

User's TODO list (ungraded assignments to look at).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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

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