List Course Materials (Lessons)
classroom_list_materialsGet posted reading and lesson materials from a Google Classroom course, skipping assignments. Filter by topic and view attachments and details.
Instructions
List CourseWorkMaterials — posted reading/lesson materials that are NOT assignments. These are what teachers typically use for lessons and resources.
Args:
course_id (string): Course ID
topic_id (string, optional): Restrict to one topic
limit (number): Max items 1-200 (default 50)
response_format ('markdown' | 'json')
Returns: Each material's id, title, description, state, topicId, alternateLink, and its attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| topic_id | No | Optional topic filter | |
| course_id | Yes | Course ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for raw data | markdown |