List Course Topics
classroom_list_topicsList all topics in a course to view unit or lesson headers, and get each topic's ID for filtering coursework by topic.
Instructions
List all topics (the section headers teachers use to group work) within a course. Teachers often use topics to represent units, subjects, or lessons.
Args:
course_id (string): Course ID
response_format ('markdown' | 'json')
Returns: Each topic's topicId and name. Pass topicId to classroom_list_coursework to filter materials/assignments by topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | Course ID from classroom_list_courses | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for raw data | markdown |