get_discussion_with_replies
Get discussion entries from a Canvas course topic, with optional fetching of all replies. Use course identifier and topic ID to retrieve the full thread.
Instructions
Enhanced function to get discussion entries with optional reply fetching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | Yes | Discussion topic ID | |
| include_replies | No | Fetch detailed replies for all entries (default: False) | |
| course_identifier | Yes | Course code or Canvas ID |