moodle_get_content
Retrieve the text content of a Moodle page or text block as Markdown, including links, to access instructions, rules, or reading lists. Provide the activity ID from course listings or search results.
Instructions
Read the text of a Moodle page ("Textseite") or text block ("Textfeld"/label) as Markdown, with the links it contains. Such texts often hold instructions, rules for assignments and exams, or reading lists. Opening a page counts as a view in Moodle.
Args:
activity_id: id (cmid) of a page or label from moodle_get_course or moodle_search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | No | ||
| name | Yes | ||
| note | No | ||
| text | Yes | Content as Markdown | |
| links | No | ||
| module | Yes | page or label | |
| section | Yes | ||
| course_id | Yes | ||
| accessible | No | ||
| course_name | Yes | ||
| modified_at | No |