Skip to main content
Glama

gradescope_list_assignments

Read-onlyIdempotent

Lists assignments for a Gradescope course, showing name, submission status, score, and deadlines. Requires course ID obtained from gradescope_list_courses.

Instructions

一门 Gradescope 课的作业表:名称、提交状态、分数、发布和截止时间。course_id 从 gradescope_list_courses 拿。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idYesGradescope 课程 id(数字字符串)
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the list of returned fields (name, submission status, score, release/due times), which gives context about the output but does not disclose additional behaviors like pagination or ordering. With annotations in place, this meets the baseline but adds limited extra transparency.

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 a single concise sentence that front-loads the purpose ('一门 Gradescope 课的作业表') and then lists the returned fields and the source for course_id. Every clause adds value with no waste.

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?

For a simple list tool with one parameter and good annotations, the description conveys the main purpose, the output fields, and the parameter source. It does not mention potential edge cases like empty lists or pagination, but these are not critical for this tool's simplicity. Overall it is sufficiently complete.

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

Parameters4/5

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

Schema coverage is 100% with a description for course_id (Gradescope course id as numeric string). The description adds the critical instruction that course_id comes from gradescope_list_courses, which goes beyond the schema and helps the agent correctly obtain the parameter. This lifts it above the baseline.

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 lists assignments for a Gradescope course, specifying the returned fields (name, submission status, score, release/due times). It distinguishes itself from siblings like moodle_list_assignments and gradescope_list_courses by naming the Gradescope context and the resource type.

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 explicitly instructs that course_id should be obtained from gradescope_list_courses, providing a clear prerequisite for using the tool. It does not explicitly mention alternatives or when not to use it, but the instruction on sourcing the parameter is valuable usage guidance.

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/r1ckyIn/unsw-mcp'

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