Skip to main content
Glama

과제 목록

get_assignments
Read-onlyIdempotent

Retrieves assignment lists sorted by deadline, including due date, time left, submission status, late submission policy, and source URL. Optionally filters by course and includes submitted items.

Instructions

과제 목록을 마감 순으로 보여 줍니다. 마감일, 남은 시간, 제출 상태, 지각 허용 여부, 원문 URL 을 포함합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idNo특정 강좌만. 생략하면 수강 중인 모든 강좌
include_submittedNo제출 완료 과제 포함 (기본 true)

Schema Changelog

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

  1. First observedv0.7.0

TDQS

A3.8/5.0
Behavior4/5

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

The annotations already declare read-only, idempotent, and non-destructive behavior. The description adds useful context about sorting order and included fields, which supplements the annotation without contradicting it.

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 brief, directly states the main behavior, and lists key output fields in one sentence. No unnecessary words or redundancy.

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?

With no output schema present, the description enumerates the expected fields (deadline, remaining time, submission status, late allowance, URL). It could mention sorting direction explicitly in the same phrase, but the stated 'deadline order' is clear enough.

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?

The schema provides descriptions for both parameters (course_id and include_submitted), achieving full parameter coverage. The description adds no further parameter-level detail, so it stays at 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 shows an assignment list sorted by deadline, and lists the included fields. This makes the purpose specific and distinguishable from sibling tools like get_upcoming_deadlines or get_assignment_detail.

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

Usage Guidelines2/5

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

The description does not explicitly indicate when to prefer this tool over related siblings, such as get_upcoming_deadlines or check_assignment_submission. There is no mention of alternatives or conditions that would guide selection.

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/moon0825/jbnu-lms-student'

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