learnus_get_announcement
Fetch a specific LearnUs announcement by moduleId and articleId, returning its normalized body and registering attachments as fileIds so you can read the notice content.
Instructions
Gets one normalized LearnUs announcement body and registers its attachments as fileIds. Use when the user asks to read a specific announcement already identified by moduleId and articleId. Do not use it to list or search announcements, or to mark a notice read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| moduleId | Yes | Exact ubboard Moodle module ID returned by learnus_list_announcements. | |
| articleId | Yes | Exact ubboard article ID returned by learnus_list_announcements. |