Skip to main content
Glama

Canvas MCP Server V2.0

canvas_create_quiz

Create and configure quizzes in Canvas courses by specifying title, type, time limit, due date, and publication status. Manage assessments directly via the Canvas MCP Server.

Instructions

Create a new quiz in a course

Input Schema

NameRequiredDescriptionDefault
course_idYesID of the course
descriptionNoDescription of the quiz
due_atNoDue date (ISO format)
publishedNoIs the quiz published
quiz_typeNoType of the quiz (e.g., graded)
time_limitNoTime limit in minutes
titleYesTitle of the quiz

Input Schema (JSON Schema)

{ "properties": { "course_id": { "description": "ID of the course", "type": "number" }, "description": { "description": "Description of the quiz", "type": "string" }, "due_at": { "description": "Due date (ISO format)", "type": "string" }, "published": { "description": "Is the quiz published", "type": "boolean" }, "quiz_type": { "description": "Type of the quiz (e.g., graded)", "type": "string" }, "time_limit": { "description": "Time limit in minutes", "type": "number" }, "title": { "description": "Title of the quiz", "type": "string" } }, "required": [ "course_id", "title" ], "type": "object" }
Install Server

Other Tools from Canvas MCP Server V2.0

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DMontgomery40/mcp-canvas-lms'

If you have feedback or need assistance with the MCP directory API, please join our Discord server