Skip to main content
Glama
clayop
by clayop

search_regulations

Search Hansung University regulations by keyword to retrieve a list of regulations whose titles match the query.

Instructions

한성대학교 규정을 키워드로 검색합니다. 규정명에서 키워드를 찾아 매칭되는 규정 목록을 반환합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes검색 키워드 (예: '학칙', '장학금', '교원임용')
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that search is limited to regulation names and returns a list of matches, which is useful. However, it omits details like matching behavior (case sensitivity, partial matches) and whether the list is paginated.

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 concise sentences, front-loaded with the action, no filler. Every word earns its place.

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 one-parameter search tool with no output schema, the description sufficiently explains the purpose and return type. Minor omission of output format details is acceptable given the simplicity, but it could mention the structure of the returned list.

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

Parameters3/5

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

The input schema provides 100% coverage with a clear description of the query parameter, including examples. The tool description adds no additional parameter semantics beyond what the schema already states.

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 'searches' and clearly defines the resource (regulations) and scope (by keyword in regulation names). It distinguishes from sibling tools like list_regulations and get_regulation by focusing on keyword-based lookup.

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 implies usage for keyword-based searching but does not explicitly contrast with alternatives or mention when not to use it. The context is clear, but it lacks explicit exclusions or alternative guidance.

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/clayop/hansung-university-regulation-mcp'

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