Skip to main content
Glama

canvas_quiz_get

Retrieve quiz details including description, time limits, due dates, question count, and quiz type from Canvas courses. Use to access quiz information without retrieving actual questions.

Instructions

Get detailed information about a specific quiz.

Returns:

  • Full description

  • Time limit and attempts

  • Due date, lock dates

  • Question count

  • Quiz type (practice, graded, survey)

Note: Cannot retrieve actual quiz questions via API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idYesThe Canvas course ID
quiz_idYesThe quiz ID
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It clearly describes the read-only nature (returns information) and adds valuable context about API limitations (cannot retrieve actual quiz questions). However, it doesn't mention error conditions, authentication requirements, rate limits, or response format details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured with a clear purpose statement, bulleted return values for quick scanning, and a critical note about limitations. Every sentence earns its place with no wasted words, and important information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read operation with 2 parameters and no output schema, the description provides good coverage of what information is returned and important limitations. However, without annotations or output schema, it could benefit from more behavioral context (error handling, response structure) to be fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already fully documents both parameters (course_id and quiz_id). The description doesn't add any parameter-specific information beyond what's in the schema, maintaining the baseline score of 3 when schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get') and resource ('detailed information about a specific quiz'), distinguishing it from sibling tools like canvas_quiz_list (which lists quizzes) and canvas_quiz_submission (which deals with submissions). It specifies the exact scope of information retrieved.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context by specifying 'a specific quiz' (requiring quiz_id) and listing what information is returned, but does not explicitly state when to use this vs. alternatives like canvas_quiz_list or canvas_assignment_get. The note about API limitations provides some exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Shigakuresama/canvas-mcp-developer'

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