Skip to main content
Glama

canvas_list_recent_submissions

Read-only

Get a list of recently graded submissions in a course, covering the past 14 days by default. Optionally filter by student or a specific date range.

Instructions

List recently graded submissions in a course. Defaults to a 14-day window for the calling user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoISO 8601 timestamp; defaults to 14 days ago.
courseIdYes
studentIdNo'self' or a numeric Canvas user ID. Defaults to 'self'.
Behavior4/5

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

Annotations already provide readOnlyHint=true, so safety is covered. The description adds useful behavioral context by specifying the default 14-day window and that it applies to the calling user, which goes beyond the annotation.

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?

Two concise sentences with no redundancy. The main action and default behavior are front-loaded, and every word adds value.

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 lack of an output schema, the description provides enough for a simple list tool: purpose, default time window, and caller scoping. It omits details like return format or pagination, but these are not critical for this straightforward read operation.

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

Parameters2/5

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

Schema description coverage is 67% (since and studentId are described, courseId is not). The description does not add parameter-specific meaning; the '14-day window' simply restates the 'since' parameter's existing schema description.

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 uses a specific verb ('List') and identifies the exact resource ('recently graded submissions') and scope ('in a course'). It also notes the 14-day default window, which clearly distinguishes it from siblings like canvas_list_missing_submissions.

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

Usage Guidelines3/5

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

The description implies use for recent graded submissions but does not explicitly name alternatives or state when not to use it. Context suggests differentiation from missing-submissions and individual-submission tools, but no explicit guidance is given.

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/chrischall/canvas-parent-mcp'

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