Skip to main content
Glama

Canvas MCP Server V2.0

canvas_update_user_profile

Modify user profile details such as name, short name, bio, title, and time zone in the Canvas Learning Management System using this tool. Simplify profile updates directly through the API.

Instructions

Update current user's profile

Input Schema

NameRequiredDescriptionDefault
bioNoUser's bio
nameNoUser's name
short_nameNoUser's short name
time_zoneNoUser's time zone
titleNoUser's title

Input Schema (JSON Schema)

{ "properties": { "bio": { "description": "User's bio", "type": "string" }, "name": { "description": "User's name", "type": "string" }, "short_name": { "description": "User's short name", "type": "string" }, "time_zone": { "description": "User's time zone", "type": "string" }, "title": { "description": "User's title", "type": "string" } }, "required": [], "type": "object" }
Install Server

Other Tools from Canvas MCP Server V2.0

Related Tools

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

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