Skip to main content
Glama

Canvas MCP Server V2.0

canvas_update_user_profile

Modify user profile details in Canvas LMS, including name, bio, title, and time zone, using the MCP Server V2.0 for streamlined profile management.

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" }

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