Skip to main content
Glama

search_notices

Read-only

Find university academic notices by matching a keyword in the title. Scans recent bulletin pages and filters results by title, with support for adjusting page depth to search further back in time.

Instructions

[강원대학교 도우미] 강원대 학사공지에서 query가 제목에 포함된 공지를 검색합니다. 사이트가 키워드 검색을 지원하지 않아 최근 pages 페이지(기본 10페이지, 약 160건)를 훑어 제목으로 필터합니다. 더 과거까지 찾으려면 pages를 늘리세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
pagesNo
queryYes
Behavior4/5

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

Annotations declare readOnlyHint=true and openWorldHint=true, so the safety profile is already known. The description adds valuable behavioral context beyond annotations: the search is a title-only filter, it relies on scraping recent pages rather than a native search endpoint, and results are limited by the pages parameter (default ~160 items). This effectively discloses the tool's operational constraints and limitations.

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 compact, well-organized single sentence that fronts the purpose, then adds a necessary caveat about the missing keyword search and a concrete adjustment instruction. Every sentence earns its place with 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 filtered-lookup tool with readOnlyHint and openWorldHint annotations, the description is largely complete: it states the source, the filtering mechanism, default scope, and how to broaden the search. It does not describe the return value format or pagination details, but since there is no output schema this is a minor gap rather than a critical one for this relatively simple search tool.

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 description coverage is 0%, so the description must compensate. It explains 'query' semantics (search by title containment) and 'pages' semantics (how many pages to scan; increase for older results). 'limit' is not directly explained, but its meaning is reasonably inferable from context. The description adds meaningful value for the two most important parameters beyond the raw 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 clearly states the tool's purpose: searching for 학사공지 notices whose titles contain the query, with a specific scope (강원대학교). It explicitly describes the mechanism (scraping recent pages and filtering by title) and distinguishes from siblings by specifying the resource ('학사공지') and the search semantics. The verb '검색하다' + resource is specific and clear.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: it explains that the site does not support keyword search, so the tool filters recent pages (default 10 pages, ~160 items) by title, and explicitly tells the agent to increase 'pages' to find older items. This gives concrete when-to-use and how-to-extend instructions that are actionable.

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/LEEseungseok-01/knu-mcp'

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