Get Topic File as Slide Images
get_topic_fileConvert lecture files from course content into page images. Fetch specific slides by page number to read diagrams, figures, and summarize lessons.
Instructions
Download a lecture file (PDF or PowerPoint) from course content and return each page/slide as an image you can read — including diagrams and figures. topicId is the id of a topic from get_content. Slide N = page N; pass pages like "4" or "2-6" to fetch specific slides instead of the whole deck. Use after get_content to answer: "Summarize lesson 2", "What is the diagram on slide 4?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Pages/slides to render, e.g. "4", "1-5", or "2,4,7-9". Default: the whole document (capped at 30 per call; the response notes how to fetch the rest). | |
| topicId | Yes | The topic `id` from get_content, e.g. "1234567" | |
| courseId | Yes | The course org unit (ou) ID from list_courses, e.g. 123456 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| pages | Yes | ||
| filename | Yes | ||
| totalPages | Yes |