Skip to main content
Glama
__init__.py1.07 kB
"""Tool modules for Canvas MCP server.""" from .courses import register_course_tools from .assignments import register_assignment_tools from .discussions import register_discussion_tools from .other_tools import register_other_tools from .rubrics import register_rubric_tools from .peer_reviews import register_peer_review_tools from .peer_review_comments import register_peer_review_comment_tools from .messaging import register_messaging_tools from .student_tools import register_student_tools from .accessibility import register_accessibility_tools from .discovery import register_discovery_tools from .code_execution import register_code_execution_tools __all__ = [ 'register_course_tools', 'register_assignment_tools', 'register_discussion_tools', 'register_other_tools', 'register_rubric_tools', 'register_peer_review_tools', 'register_peer_review_comment_tools', 'register_messaging_tools', 'register_student_tools', 'register_accessibility_tools', 'register_discovery_tools', 'register_code_execution_tools' ]

Implementation Reference

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