Skip to main content
Glama

update_page_settings

Destructive

Update an existing Canvas page's settings without altering its content. Control publishing, course front page assignment, editing roles, and update notifications.

Instructions

Update settings for an existing page (without changing content).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
publishedNoTrue to publish, False to unpublish
front_pageNoTrue to make this the course front page
editing_rolesNoOne of: teachers, students, members, public
page_url_or_idYesPage URL slug or page ID
notify_of_updateNoSave-time action, NOT a persisted setting. Asks Canvas to notify course participants about THIS edit. Canvas never returns the flag, so this tool cannot confirm a notification was sent and the Canvas UI checkbox will always look unchecked afterward. Has no effect on an unpublished page or a page under a minute old.
course_identifierYesCourse code or Canvas ID
Behavior3/5

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

Annotations already include destructiveHint=true, so the agent knows this is a mutation with potential destructive effects. The description adds the useful boundary that content is not changed, but it does not disclose what makes it destructive (e.g., unpublishing a page, changing front page, altering editing roles). The schema carries some of this burden, but the description itself could add more context.

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 entire description is one concise, front-loaded sentence. Every word earns its place by clarifying both the action and the scope (existing page, no content change). No fluff or redundancy.

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?

For a mutation tool with 6 parameters and no output schema, the description is somewhat sparse. It does not mention what the tool returns, potential failure modes, or the significance of the destructive hint. However, the rich schema and annotations partially compensate, making this an adequate but not complete description.

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 100%, so the baseline is 3. The description does not add any parameter-specific semantics beyond the schema, except implicitly clarifying that all parameters are settings-related (not content), which is a minor addition.

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 uses a specific verb ('Update') and resource ('settings for an existing page') and explicitly clarifies what it does NOT do ('without changing content'). This clearly distinguishes it from sibling tools like edit_page_content and delete_page.

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 phrase 'without changing content' implies the tool is for settings-only updates, providing clear context for when to use it. However, it does not explicitly name alternatives or state when NOT to use it, so it's one step below explicit usage guidelines.

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