Skip to main content
Glama

Canvas MCP Server V2.0

canvas_create_account_report

Generate detailed reports for Canvas accounts, including specific data like enrollments, courses, and grades, using customizable parameters to meet analytical needs.

Instructions

Generate a report for an account

Input Schema

NameRequiredDescriptionDefault
account_idYesID of the account
parametersNoReport parameters
reportYesType of report to generate

Input Schema (JSON Schema)

{ "properties": { "account_id": { "description": "ID of the account", "type": "number" }, "parameters": { "description": "Report parameters", "type": "object" }, "report": { "description": "Type of report to generate", "type": "string" } }, "required": [ "account_id", "report" ], "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