List Announcements
classroom_list_announcementsFetch course announcements from Google Classroom, including attachments and metadata like timestamps and links. Specify course ID, limit, and response format for markdown or JSON.
Instructions
List announcements posted to a course stream, including any attachments.
Args:
course_id (string): Course ID
limit (number): Max items 1-200 (default 30)
response_format ('markdown' | 'json')
Returns: Each announcement's id, text, state, creationTime, updateTime, alternateLink, and materials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| course_id | Yes | Course ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for raw data | markdown |