canvas_list_announcements
Retrieve and display all course announcements in Canvas using the specified course ID to streamline access to important updates.
Instructions
List all announcements 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"
}