Skip to main content
Glama

Canvas MCP Server

get_discussion_with_replies

Retrieves Canvas discussion entries for a specific course and topic, with an option to fetch detailed replies for comprehensive thread viewing.

Instructions

Enhanced function to get discussion entries with optional reply fetching.

Args: course_identifier: The Canvas course code (e.g., badm_554_120251_246794) or ID topic_id: The Canvas discussion topic ID include_replies: Whether to fetch detailed replies for all entries (default: False)

Input Schema

NameRequiredDescriptionDefault
course_identifierYes
include_repliesNo
topic_idYes

Input Schema (JSON Schema)

{ "properties": { "course_identifier": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Course Identifier" }, "include_replies": { "default": false, "title": "Include Replies", "type": "boolean" }, "topic_id": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Topic Id" } }, "required": [ "course_identifier", "topic_id" ], "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