Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CANVAS_BASE_URL | Yes | The base URL of your Canvas instance (e.g., https://your-canvas-instance.com) | |
| CANVAS_ACCESS_TOKEN | Yes | Your Canvas API access token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_user_courses | Get courses for a specific user with optional grading count |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| get-user-courses-help | Get help with retrieving user courses |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |