Skip to main content
Glama

bulk_grade_submissions

Submit grades for multiple students on one Canvas assignment in a single call, with an optional comment applied to all. Reduces repetitive grading actions.

Instructions

Post grades for many students at once on one assignment. grades: {user_id: score, ...}. Same optional comment applied to every submission. This is a single high-blast-radius call — double check the grades dict before calling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gradesYes
commentNo
assignment_idYes
course_identifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the high-blast-radius nature and advises double-checking the grades dict, which is valuable. However, it does not cover potential side effects (e.g., overwriting existing grades, atomicity, partial failures) or any error behavior. The warning is there, but depth is limited.

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 extremely concise, with three sentences that pack purpose, format, and a critical warning. The purpose is front-loaded, and every sentence earns its place. No fluff or repetition.

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

Completeness3/5

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

Given that this is a high-impact mutation tool with a nested object and an output schema (not shown), the description covers the core semantics and a caution, but lacks details on expected return values, error handling, or confirmation steps. It is adequate for a simple call but not exhaustive for a tool with such blast radius and no annotations.

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 coverage is 0%, so the description must compensate. It effectively explains the 'grades' parameter format ({user_id: score, ...}) and the 'comment' behavior (applied to every submission). However, it does not explicitly describe 'course_identifier' and 'assignment_id', though these are self-explanatory from names. It adds value to the most complex parameter but leaves others implicit.

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's verb ('Post'), resource ('grades for many students at once on one assignment'), and distinguishes it from the sibling 'grade_submission' (single student) and 'post_grades' (likely similar but the bulk intent is explicit). The format of the grades dictionary is provided, making the purpose unambiguous.

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

Usage Guidelines3/5

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

The description implies usage for multiple students ('many students at once') but does not explicitly compare to alternatives like 'grade_submission' or 'post_grades' nor state when not to use it. No exclusions or conditions are provided, so the agent must infer from the name and description.

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/vkumar04/canvas-mcp-lite'

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