Skip to main content
Glama

공지사항 목록

get_announcements
Read-onlyIdempotent

Retrieves course announcements from JBNU ubboard in newest-first order, showing pinned, new, and attachment indicators. Optionally filters to only new items or a specific course.

Instructions

강좌 공지사항(전북대 ubboard 게시판)을 최신순으로 보여 줍니다. 📌 는 상단 고정(중요) 공지, 🆕 는 새 글, 📎 는 첨부 있음입니다. only_new=true 면 지난 확인 이후 새로 올라온 공지만 보여 줍니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo최대 개수 (기본 20)
pagesNo강좌당 읽을 게시판 페이지 수 (기본 1)
only_newNo새 글만 (기본 false)
course_idNo특정 강좌만 조회. 생략하면 수강 중인 모든 강좌

Schema Changelog

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

  1. First observedv0.7.0

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already declare readOnly, openWorld, and idempotent, so the safety profile is covered. The description adds meaningful behavioral context: the external board source, latest-first ordering, marker meanings (📌/🆕/📎), and the 'since last check' semantics of only_new. No contradiction with 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?

Two compact sentences front-load the core function, then efficiently pack marker semantics and the only_new flag behavior. There is no redundancy or filler.

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 low-complexity read-only list tool with all parameters documented in the schema, the description is largely complete and even interprets output markers. It does not describe the exact return shape, but the marker legend and clear scope make the tool callable without further information.

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%, so the baseline is 3. The description adds extra meaning for only_new by explaining it as announcements posted since the last check, which is richer than the schema's '새 글만'. Other parameters are adequately covered by the schema.

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 uses a specific verb ('보여 줍니다'), identifies the resource (강좌 공지사항 / 전북대 ubboard), states the ordering (최신순), and clearly implies this is the list counterpart to get_announcement_detail. An agent can distinguish it from siblings without opening the schema.

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?

It provides clear context for listing announcements and explains the only_new filtering condition. However, it never names alternatives or states when not to use this tool, leaving routing to inference among many siblings like get_attention_inbox and get_daily_briefing.

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