Skip to main content
Glama
risnake

@rishblob/canvas-mcp-server

by risnake

update_assignment

Update an existing assignment in a Canvas course by changing its name, due date, description, points, or published status.

Instructions

Update an existing assignment in a Canvas course

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew name for the assignment
due_atNoNew due date in ISO 8601 format
course_idYesThe course ID
publishedNoWhether the assignment is published
descriptionNoNew description for the assignment
assignment_idYesThe assignment ID
points_possibleNoNew maximum points

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only repeats the meaning of the verb 'Update'. It does not state whether updates are partial or full replacements, whether unspecified fields are preserved, what happens if the assignment does not exist, or any permission/error implications.

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 a single sentence with no filler words. It front-loads the action and resource and is easy to scan, which aligns well with the conciseness and structure criterion.

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

Completeness2/5

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

For a mutating tool with no annotations, no output schema, and seven parameters, the description is too sparse to be fully contextual. It omits update semantics, return value expectations, and failure behavior; the schema covers parameters but not the behavioral context needed for safe 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?

All seven parameters have descriptions in the input schema, so the schema already carries the parameter meaning. The description adds no parameter-level detail, but the 100% schema coverage justifies the baseline score of 3.

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

Purpose4/5

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

The description clearly states the action (Update) and the resource (an existing assignment in a Canvas course), making its core purpose immediately understandable. The word 'existing' helps distinguish it from create_assignment, though it does not detail the specific updatable attributes beyond what the schema shows.

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 when to use the tool: an assignment already exists and needs modification. However, it provides no explicit guidance about when not to use it, no mention of alternatives like create_assignment or get_assignment, and no prerequisites or preconditions.

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

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/risnake/canvas-mcp-server'

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