Skip to main content
Glama
Ait0u5hi

canvas-scholar-mcp

by Ait0u5hi

List my calendar events

canvas_list_calendar_events
Read-onlyIdempotent

Retrieve calendar events and assignment dates across your courses within a date window. Use for raw events like office hours; excludes live web conferences.

Instructions

Calendar events and assignment dates across your courses in a date window (defaults to yesterday..+14 days). Course contexts are derived automatically. Use planner for the unified due feed; use this for raw calendar events like office hours. NOTE: live web conferences (BigBlueButton class sessions) do NOT appear here — use canvas_list_conferences for those.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoevent (default) or assignment
endDateNo
courseIdsNoLimit to these course ids
startDateNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description need not repeat safety. It adds operational details beyond annotations: the default date window (yesterday..+14 days), automatic derivation of course contexts, and the conference exclusion. This enriches the behavioral profile without contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with purpose, then alternatives, then a cautionary note. Every sentence earns its place, with no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only listing tool with no output schema, the description covers the essential context: what is returned, the default window, automatic scoping, and exclusions. It also names alternatives for different needs. Nothing critical is missing for an agent to decide on and invoke this tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 50% (type and courseIds have descriptions; startDate/endDate lack any description). The description adds the default date window but does not specify the expected date format for startDate/endDate, nor does it clarify that they are optional. It partially compensates for the gaps but leaves the syntax ambiguous, so an agent might format dates incorrectly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it lists calendar events and assignment dates across courses, with a specific verb and resource. It differentiates from siblings by mentioning planner for due feed and conferences as separate tools, so an agent can distinguish it immediately.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly provides when-to-use guidance: 'Use planner for the unified due feed; use this for raw calendar events like office hours.' Also notes an exclusion with an alternative: 'live web conferences do NOT appear here — use canvas_list_conferences for those.' This fully covers when and when not to use the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Ait0u5hi/canvas-scholar-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server