Skip to main content
Glama

Get grader feedback

canvas_get_feedback
Read-only

Retrieve grader comments and rubric assessments from instructors or TAs on your submitted assignments, filtered by course or across all active courses.

Instructions

Get grader comments and rubric assessments on your submissions — what the instructor or TA actually wrote. Omit course_id to check every active course. Only returns submissions that have feedback or a grade.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idNoLimit to one course; default all active courses
include_emptyNoInclude submissions with no feedback and no grade; default false
Behavior4/5

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

The annotations already indicate readOnlyHint is true, so the description does not need to restate safety. The description adds value by clarifying the tool excludes submissions without feedback or grade (unless include_empty is used), which is behavioral nuance beyond the annotations. No contradiction with annotations.

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?

Description is two sentences that front-load the primary purpose, each sentence earning its place. First sentence states the core function, second adds key usage detail. No fluff.

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?

The tool is relatively simple with only 2 optional parameters and no output schema. The description covers the main behavior (returns feedback-holding submissions) and the default for course_id. It would be more complete if it mentioned that the tool only applies to graded submissions, but for a read-only list tool with good annotations and clear schema, it suffices.

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 description does not need to redefine parameters. However, the description does not add any extra context beyond what the schema already provides for course_id and include_empty, producing a baseline score of 3.

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 tool retrieves grader comments and rubric assessments, which distinguishes it from other tools in the sibling list like `canvas_get_grades` or `canvas_list_todo`. The verb 'get' and the resource 'feedback on submissions' are specific and unambiguous.

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 explicitly explains when to omit the course_id parameter to check every active course, and notes that only submissions with feedback or a grade are returned. However, it does not exclude when not to use it (e.g., when only grade totals are needed) nor mention alternatives like `canvas_get_grades` which could be a sibling for grade-related needs.

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/xmike04/canvas-student-mcp'

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