canvas_list_conversations
List Canvas inbox messages by scope (unread, starred, archived, sent) and filter by context codes to target specific courses, groups, or users.
Instructions
List Canvas inbox conversations. Optional scope (unread/starred/archived/sent) and filter (array of context codes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact removes the avatar URLs Canvas attaches to user objects (avatar_url, avatar_image_url); "full" returns Canvas's payload untouched. Link fields (url, html_url, preview_url) survive both rungs. No field projection: this server passes Canvas's payload through verbatim and has no verified record of which of its fields a caller needs. | |
| scope | No | ||
| filter | No | Array of context codes (course_X, group_X, user_X). |