Skip to main content
Glama
kyowon1108

kw-notice-mcp

by kyowon1108

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_noticesB

Search redacted cached notices with bounded filters.

get_noticeA

Get one redacted cached notice by its decimal DUID.

list_latest_noticesB

List the latest cached notices by posted date.

list_categoriesA

List the fixed eleven categories and cached notice counts.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct role: searching with filters, fetching a specific notice by ID, listing recent notices, and listing categories. There is no overlap between these operations.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: search_notices, get_notice, list_latest_notices, list_categories. This makes the set predictable and easy to navigate.

Tool Count5/5

With four tools, the server is tightly scoped for a notice retrieval use case. Each tool serves a clear purpose without redundancy, and the count is neither too thin nor excessive.

Completeness5/5

For a read-only cache of notices, the set covers the essential operations: searching, retrieving individual notices, browsing the latest, and understanding available categories. There are no obvious missing functions for this scope.

Maintenance

ActivityStale
ResponsivenessNo issues