Skip to main content
Glama

list_missing_submissions

Identify all missing assignments for a student to support parent conferences and progress reports. Filter by course and include planner overrides for detailed insights.

Instructions

List all missing assignments for a specific student. Very useful for parent conferences and progress reports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idNoFilter to a specific course
student_idYesStudent (user) ID
include_planner_overridesNoInclude planner override info
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 for behavioral disclosure. It implies a read-only operation (listing) but doesn't explain what counts as 'missing' (e.g., excused assignments, due date windows) or any side effects. This is adequate but lacks rich behavioral context.

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 with no fluff. The first sentence states the function; the second adds practical context. Every word earns its place.

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

Completeness3/5

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

With three parameters and no output schema, the description is relatively complete but doesn't define what 'missing' means or how the output is structured. It's enough for a simple list tool, but some ambiguity remains.

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 description coverage is 100%, so the parameters are already well-documented. The description doesn't add extra meaning beyond the schema—it says 'for a specific student' which matches student_id, but adds no additional syntax or semantics.

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 tool's function: 'List all missing assignments for a specific student.' It specifies the verb (list), the resource (missing assignments), and the scope (specific student). This distinguishes it from siblings like list_submissions or get_student_assignment_data.

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 provides clear usage context: 'Very useful for parent conferences and progress reports.' While it doesn't explicitly mention alternatives or exclusions, the intended scenarios are clear and help an agent decide when to use this 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/hughsibbele/Canvas-Agent'

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