Skip to main content
Glama
clayop
by clayop

list_regulations

List all regulations from Hansung University. Shows only latest versions unless includeOldVersions is set to true.

Instructions

한성대학교 규정 전체 목록을 반환합니다. 기본적으로 최신 버전만 표시하며, includeOldVersions=true로 구버전도 포함할 수 있습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeOldVersionsNotrue이면 구버전 포함, false이면 최신 버전만 표시
Behavior3/5

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

There are no annotations provided, so the description carries the behavioral disclosure burden. It adds value by explaining the default behavior (only latest versions) and the includeOldVersions option, which is beyond the schema. However, it does not disclose potential limitations such as pagination, rate limits, or authentication requirements.

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 concise at two sentences. The first sentence front-loads the main purpose, and the second adds the key parameter behavior. Every word earns its place, with no fluff or redundancy.

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?

This is a simple tool with one optional parameter and no output schema. The description sufficiently covers the tool's main behavior and the optional version filter. While it could mention the return structure (e.g., list of regulation names/IDs), the simplicity of the tool makes this a minor gap.

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 schema already provides a description for the includeOldVersions parameter, so the baseline is 3. The description essentially repeats the parameter's effect (including old versions) without adding further meaning, such as default value implications or edge cases.

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 returns the entire list of regulations (한성대학교 규정 전체 목록), using a specific verb '반환합니다' and clearly identifying the resource. It distinguishes itself from sibling tools like search_regulations, get_regulation, and get_regulation_article by explicitly indicating it returns the full list.

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 the tool is for retrieving the complete list of regulations, contrasting with search or retrieval tools. It states the default behavior (latest versions only) and the optional parameter to include old versions, giving clear context for when to use it. However, it does not explicitly mention alternatives or exclusions.

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