Skip to main content
Glama

다가오는 마감

get_upcoming_deadlines
Read-onlyIdempotent

Retrieve upcoming assignment and quiz deadlines from your LMS, filtered by course, timeframe, and overdue or submitted status.

Instructions

오늘·내일·이번 주·기한 초과로 구분한 마감 목록(과제·퀴즈 등)을 보여 줍니다. 기본은 아직 제출하지 않은 항목만 포함합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo앞으로 며칠까지 (기본 7)
course_idNo특정 강좌만
include_overdueNo기한 초과 포함 (기본 true, 최근 14일)
include_submittedNo제출 완료 항목 포함 (기본 false)

Schema Changelog

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

  1. First observedv0.7.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds meaningful behavioral details about default filtering and grouping, which are not present in the annotations.

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 concise, front-loaded with the main purpose, and does not contain redundant or irrelevant 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?

The description is sufficient for a simple read-only tool with four optional parameters, all documented in the schema. It explains the purpose, grouping, and default filter, though it does not elaborate on output format or sorting.

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% and the parameters are already described in the schema. The description does not add parameter-specific detail beyond the existing schema, 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 description clearly states a specific action ('shows'), a specific resource (deadlines), and a distinguishing grouping (today/tomorrow/this week/overdue), making it distinct from sibling tools like get_assignments or get_announcements.

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

Usage Guidelines3/5

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

The description implies use for viewing upcoming deadlines, especially with the default filter excluding submitted items, but it does not explicitly state when to prefer this tool over alternatives such as get_assignments or get_attention_inbox.

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