Skip to main content
Glama

update_module_item

Update a specific module item in Canvas by providing course, module, and item IDs. Change only the fields you want, such as title, position, indent, or published status.

Instructions

Update a module item. Only include fields you want to change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
indentNoIndentation level (0-5)
item_idYesModule item ID
positionNo
course_idYesCanvas course ID
module_idYesModule ID
publishedNo
Behavior4/5

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

With no annotations, the description carries the burden and adds key behavioral context: only specified fields are changed, meaning unspecified fields remain unchanged. This is not apparent from the schema alone. However, it does not mention permissions, idempotency, or error behavior.

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 just two sentences, front-loaded with the verb+resource purpose and immediately followed by a useful usage note. Every word earns its place; no redundancy.

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 simple update tool with no output schema and no annotations, the description provides the essential purpose and partial-update behavior. Required identifiers are clear from the schema. Gaps like field-level explanations and error behavior are minor since the tool is straightforward and the fields are mostly self-explanatory.

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 57%, and the description adds a general rule that all optional fields are changeable via partial update. However, it does not explain the semantics of title, position, or published, which are also undescribed in the schema. The partial-update note provides some value but not full compensation.

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?

Description uses a specific verb 'Update' with the resource 'module item', making it clear this modifies an existing item within a module. This distinguishes it from sibling tools like add_module_item, delete_module_item, and update_module (which updates the module itself).

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 instruction 'Only include fields you want to change' provides clear partial-update usage guidance. While it does not explicitly name alternatives, the resource focus and required IDs imply this is for editing existing items rather than creating or deleting them.

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/hughsibbele/Canvas-Agent'

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