Skip to main content
Glama

지난 확인 이후 변경 사항

get_recent_changes

Shows new announcements, assignments, and course materials, plus changed deadlines, since a given time or last snapshot.

Instructions

지난번 확인(로컬 스냅샷) 이후 새 공지, 새 과제, 마감·제출 상태가 바뀐 과제, 새 수업자료를 보여 줍니다. 처음 실행하면 기준 스냅샷만 만듭니다. since 로 기준 시각을 직접 줄 수도 있습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNo기준 시각 ISO 8601 (예: 2026-09-01T00:00:00+09:00). 생략하면 스냅샷 시각
course_idNo특정 강좌만
update_snapshotNo조회 후 스냅샷 갱신 (기본 true)

Schema Changelog

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

  1. First observedv0.7.0

TDQS

A4.8/5.0
Behavior5/5

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

The description transparently explains the snapshot mechanism, including that the first run only creates a baseline and that 'update_snapshot' controls whether the snapshot is refreshed. This complements the readOnlyHint=false annotation and gives the agent a clear picture of state changes.

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 and front-loaded, stating the main purpose first and then explaining the snapshot behavior and optional parameter. No redundant or vague language is used.

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

Completeness5/5

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

Given there is no output schema, the description provides sufficient context for an agent to decide when and how to invoke the tool. It covers the scope of changes, snapshot mechanics, and the key 'since' parameter, making it complete for practical use.

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

Parameters5/5

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

All three parameters are described in the schema, and the description adds meaningful context: 'since' is the baseline time (defaulting to snapshot), 'course_id' filters to a specific course, and 'update_snapshot' controls snapshot refresh. The coverage is complete and the semantics are clear.

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 new announcements, new assignments, assignments with changed deadlines/submission status, and new course materials since the last check. It also explains the snapshot behavior and the optional 'since' parameter, distinguishing it from single-entity retrieval tools.

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 gives clear context on when to use the tool (after a previous check, first run creates a snapshot, 'since' can override the baseline). However, it does not explicitly name alternative tools or state when not to use it, so it falls slightly short of explicit alternative guidance.

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