Skip to main content
Glama

create_calendar_event

Create standalone calendar events like office hours, class sessions, or review sessions in a Canvas course. Specify course, title, start and end times, with optional location and description.

Instructions

Create a standalone calendar event (e.g. office hours, class sessions, review sessions). These are NOT assignments — to create graded items with due dates, use create_assignment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesEvent title
end_atYesEnd date/time (ISO 8601)
start_atYesStart date/time (ISO 8601)
course_idYesCanvas course ID
descriptionNoEvent description (HTML supported)
location_nameNoLocation name
location_addressNoLocation address
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It clarifies that the event is not an assignment, but does not disclose other behaviors such as permissions required, whether the event appears on a public calendar, or effect on other systems. Basic creation semantics are implied but not expanded.

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 two sentences, front-loaded with the core action and resource, with the differentiation note following naturally. No wasted words.

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

Completeness4/5

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

Given the tool's low complexity, the description covers the essential purpose, examples, and disambiguation from create_assignment. However, without annotations or output schema, it could add more about return value or side effects, but this is a minor gap.

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?

The input schema provides 100% coverage with each parameter described. The description adds no parameter-specific meaning beyond the schema, so the baseline score of 3 applies.

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 the action ('Create'), the resource ('standalone calendar event'), and provides concrete examples (office hours, class sessions, review sessions). It explicitly differentiates from create_assignment, making the purpose unambiguous.

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?

The description gives explicit guidance on when to use this tool (for non-graded calendar events) and when not to, directing users to create_assignment for graded items with due dates. This directly addresses tool selection among siblings.

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/hughsibbele/Canvas-Agent'

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