get_discussions
Fetch discussion board content for Brightspace courses, including forums, topics, and posts, to view class discussions and forum activity.
Instructions
Fetch discussion board content for a course including forums, topics, and posts. Use this when the user asks about discussion boards, forum posts, class discussions, or wants to see what's been posted. Provide just courseId to list all forums and their topics. Add forumId to get topics and posts for a specific forum. Add both forumId and topicId to get all posts in a specific discussion topic.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courseId | Yes | Course ID to get discussion boards for. | |
| forumId | No | Specific forum ID to get topics and posts for. If omitted, returns all forums. | |
| topicId | No | Specific topic ID to get posts for. Requires forumId. |