Skip to main content
Glama

Canvas MCP Server

list_pages

Retrieve and organize course pages from Canvas LMS by specifying a course identifier, with options to sort, filter by published status, and search content.

Instructions

List pages for a specific course.

Args: course_identifier: The Canvas course code (e.g., badm_554_120251_246794) or ID sort: Sort criteria ('title', 'created_at', 'updated_at') order: Sort order ('asc' or 'desc') search_term: Search for pages containing this term in title or body published: Filter by published status (True, False, or None for all)

Input Schema

NameRequiredDescriptionDefault
course_identifierYes
orderNoasc
publishedNo
search_termNo
sortNotitle

Input Schema (JSON Schema)

{ "properties": { "course_identifier": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Course Identifier" }, "order": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "asc", "title": "Order" }, "published": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Published" }, "search_term": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Search Term" }, "sort": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "title", "title": "Sort" } }, "required": [ "course_identifier" ], "type": "object" }

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

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