canvas_get_course
Retrieve a single Canvas course's syllabus, teachers, and term using its course ID. Provides parents and students with complete course details via the Canvas LMS MCP server.
Instructions
Get a single Canvas course with its syllabus, teachers, and term.
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. | |
| courseId | Yes |