Skip to main content
Glama

tool_get_grading_progress

Monitor grading progress for an assignment by viewing question-level status, graded submissions count, assigned graders, and completion percentages.

Instructions

Get the grading progress dashboard for an assignment.

Shows each question's grading status: how many submissions have been graded,
assigned graders, and completion percentage. Requires instructor/TA access.

Args:
    course_id: The Gradescope course ID.
    assignment_id: The assignment ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idYes
assignment_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does well by stating access requirements ('Requires instructor/TA access') and describing what the dashboard shows. However, it doesn't mention potential limitations like rate limits, whether the data is real-time or cached, error conditions, or response format details. For a tool with no annotations, this leaves some behavioral aspects unclear.

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 perfectly structured and concise: a clear purpose statement, followed by what the dashboard shows, then access requirements, and finally parameter explanations. Every sentence adds value with zero wasted words. It's front-loaded with the core functionality and efficiently covers necessary details.

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 has an output schema (which handles return values), no annotations, and simple parameters, the description is reasonably complete. It covers purpose, usage context, access requirements, and parameter basics. The main gap is lack of behavioral details like rate limits or error handling, but the output schema reduces the need to describe return format. For a read-only progress dashboard tool, this is fairly complete.

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 0%, so the schema provides no parameter documentation. The description compensates by listing both parameters (course_id and assignment_id) and explaining they are Gradescope IDs. However, it doesn't provide format examples, validation rules, or where to find these IDs. Given the 0% schema coverage, the description adds meaningful but incomplete parameter semantics.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Get the grading progress dashboard for an assignment' with specific details about what it shows (grading status, submissions graded, assigned graders, completion percentage). It distinguishes from siblings like tool_get_assignment_statistics or tool_get_assignment_submissions by focusing on grading progress rather than general statistics or raw submissions. However, it doesn't explicitly name alternatives, keeping it at 4 instead of 5.

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 context for when to use this tool: when needing grading progress information for an assignment. It specifies access requirements ('Requires instructor/TA access'), which helps determine appropriateness. It doesn't explicitly state when not to use it or name specific alternatives among the many sibling tools, but the context is sufficiently clear for effective usage.

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/Yuanpeng-Li/gradescope-mcp'

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