get_announcements
Retrieve recent announcements from Canvas courses. Optionally filter by course ID and set the maximum number to return.
Instructions
Get recent announcements from Canvas courses.
Args: course_id: Optional course ID to filter. If omitted, gets from all active courses. limit: Maximum number of announcements to return (default 10).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | No | ||
| limit | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |