Skip to main content
Glama

post_grades

Release hidden grades on Canvas assignments to make them visible to students. Option to post only graded submissions, with automatic student notifications.

Instructions

Release hidden ("muted") grades on an assignment so students can see them. graded_only=True (default) posts only submissions that have been graded. Students are notified when grades post — use deliberately, not as a test.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
graded_onlyNo
assignment_idYes
course_identifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses that students are notified when grades post and warns against using it as a test. It also explains the graded_only default behavior (only posts graded submissions). These are key behavioral traits. It does not mention reversibility or other potential side effects, but for a grade-posting action, this covers the most important aspects.

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?

Two sentences with no filler. The primary purpose is front-loaded, followed by a concise explanation of the default behavior and a critical warning. Every sentence earns its place; the structure is optimal for quick agent comprehension.

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 tool with only 3 parameters, an output schema present, and a well-explained primary purpose, the description is reasonably complete. It covers the key behavior (releasing grades), the notification side-effect, and the default filtering. While it doesn't mention prerequisites (like having hidden grades first) or any required permissions, these are either implied by the action or covered by the output schema. The description provides enough information for correct invocation.

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 explicitly explains the graded_only parameter: 'graded_only=True (default) posts only submissions that have been graded.' The other two parameters, course_identifier and assignment_id, are not described, but they are self-explanatory given the tool's purpose and their names. The description adds value for the most consequential parameter but does not fully compensate for all parameter meanings.

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 function with a specific verb and resource: 'Release hidden ("muted") grades on an assignment so students can see them.' It distinguishes the action from other grade-related operations, and the explicit mention of 'hidden/muted' clarifies the unique purpose. The purpose is immediately understandable and not a tautology.

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 provides clear context for when to use the tool: when grades need to be released (posted) so students can see them. It also includes a caution, 'use deliberately, not as a test,' which implicitly advises against using it for testing. However, it does not explicitly mention alternatives like hide_grades or when NOT to use it, so it lacks explicit exclusions but still offers good usage context.

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