Skip to main content
Glama

update_module_item

DestructiveIdempotent

Update an existing Canvas module item's title, position, publishing status, URL, or move it to another module. Set completion requirements for modules.

Instructions

Update an existing module item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoNew item title
indentNoNew indentation level (0-4)
item_idYesItem ID to update
new_tabNoOpen external links in new tab
positionNoNew position within module
module_idYesModule ID containing the item
publishedNoWhether the item is published
external_urlNoNew URL (ExternalUrl items only)
course_identifierYesCourse code or Canvas ID
move_to_module_idNoMove item to a different module
completion_requirement_typeNoNew completion type, or empty string to remove
completion_requirement_min_scoreNoMinimum score (for min_score type)
Behavior2/5

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

The description adds no behavioral details beyond the annotations. While annotations indicate idempotent and destructive behavior, the description does not explain what happens during the update (e.g., partial updates, return value, side effects). Thus it offers minimal additional transparency.

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 concise sentence, directly stating the purpose without unnecessary words or redundancy. It is efficiently structured.

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?

The description is minimal but covers the core action. However, it omits details such as whether unspecified fields remain unchanged, whether the operation returns the updated item, or any error conditions. Given the tool's simplicity, this is adequate but not 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?

The schema already provides descriptions for all 12 parameters, and the tool description does not add any interaction context or meaning beyond those individual descriptions. Since schema coverage is 100%, the baseline is 3; no added value from the description.

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 action (update) and the resource (module item), distinguishing it from sibling tools like create_module_item or delete_module_item. It is unambiguous and specific.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites (e.g., needing module_id and item_id) or expected outcomes. It is a bare statement with no contextual usage instructions.

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

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