keihyo-cases
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_casesA | 景品表示法の措置命令・課徴金納付命令を検索する。事業者名・商品名・条項・本文で絞り込める。返るのは消費者庁の公表内容と出典URLのみ。 |
| get_caseA | 1件の処分を id で取得する。 |
| list_recentC | 公表日の新しい順に処分を返す。 |
| statsA | 件数の内訳(年度別・処分種別・条項別)を返す。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool serves a clearly distinct purpose: filtered search, single-case lookup by ID, recent list, and aggregate statistics. There is no meaningful overlap between the operations.
Most tool names follow a clear verb_noun pattern such as search_cases and get_case. list_recent and stats are minor deviations, but the naming remains understandable and mostly predictable.
Four tools is a well-scoped set for a focused case-search server. Each tool covers a distinct need without unnecessary bloat or duplication.
The server provides a complete read-only surface for its domain: search, individual retrieval, recent listing, and summary statistics. No critical operation is missing for the apparent purpose.