Skip to main content
Glama

Canvas MCP Server V2.0

canvas_create_conversation

Initiate new conversations in Canvas LMS by specifying recipients, a subject, and message content, facilitating direct communication between users within the platform.

Instructions

Create a new conversation

Input Schema

NameRequiredDescriptionDefault
bodyYesMessage body
recipientsYesRecipient user IDs or email addresses
subjectNoMessage subject

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Message body", "type": "string" }, "recipients": { "description": "Recipient user IDs or email addresses", "items": { "type": "string" }, "type": "array" }, "subject": { "description": "Message subject", "type": "string" } }, "required": [ "recipients", "body" ], "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