Skip to main content
Glama

List My Submissions

classroom_list_submissions
Read-onlyIdempotent

Retrieve student submissions for a course assignment, showing each submission's state, grade, and attachments. Use the submission IDs to manage turn-ins and attachments.

Instructions

List student submissions for a specific assignment. As a student you'll see your own submission(s); as a teacher you'll see all.

Args:

  • course_id (string): Course ID

  • coursework_id (string): The assignment's id

  • response_format ('markdown' | 'json')

Returns: Each submission's id, userId, state (NEW/CREATED/TURNED_IN/RETURNED/RECLAIMED), late flag, assignedGrade, draftGrade, and attachments. Use the submission id with the turn-in / attachment write tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idYesCourse ID
coursework_idYesCourseWork (assignment) ID
response_formatNoOutput format: 'markdown' for human-readable or 'json' for raw datamarkdown

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish safety and idempotency, so the description does not need to repeat that. It adds genuine behavioral context: role-dependent visibility, the submission state enum, late/grade fields, attachments, and the connection to write tools. This goes well beyond the structured annotations without contradicting them.

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

Conciseness4/5

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

The description is compact and well organized: purpose first, then arguments, then returns. The only mild redundancy is that the Args list repeats schema properties, but the overall text is short, scannable, and free of 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 simple read-only tool with no output schema, the description supplies the essential usage context: role-based behavior, returned fields, and how to use the submission id afterward. All parameters are covered by the schema, and safety is covered by annotations, so nothing required for correct invocation is missing.

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 100%, so the schema already fully documents course_id, coursework_id, and response_format, including defaults and enum values. The Args section in the description largely mirrors the schema rather than adding new parameter-level meaning, so the baseline score of 3 is appropriate.

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 first sentence names a specific verb and resource: 'List student submissions for a specific assignment.' This clearly distinguishes the tool from sibling list tools like classroom_list_courses, classroom_list_topics, and classroom_list_coursework. The role-based visibility note ('student... own; teacher... all') further pins down exactly what the tool does and what results to expect.

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

Usage Guidelines4/5

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

The description clearly indicates when to use it: with a course_id and coursework_id to list submissions for a particular assignment. It also points the agent to related write tools by noting the submission id is used with turn-in/attachment tools, which helps with subsequent tool selection. It does not explicitly name an alternative list tool or provide a when-not-to-use condition, but among the siblings this is the only submission-list tool.

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

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/ymr-gif/classroom-mcp-server'

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