canvas_list_discussion_topics
Retrieve all discussion topics within a specific course using the Canvas MCP Server V2.0, enabling efficient management and review of course-related discussions.
Instructions
List all discussion topics in a course
Input Schema
Name | Required | Description | Default |
---|---|---|---|
course_id | Yes | ID of the course |
Input Schema (JSON Schema)
{
"properties": {
"course_id": {
"description": "ID of the course",
"type": "number"
}
},
"required": [
"course_id"
],
"type": "object"
}