Skip to main content
Glama

get_alio_regulation

Retrieve the full text of a Korean public institution regulation in markdown format. Optionally extract a specific article by clause number.

Instructions

[ALIO] 특정 규정 본문(markdown) 조회. regId 또는 title 부분일치. article 파라미터로 특정 조문만 추출 가능.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
institutionYes기관코드 또는 기관명 일부
regIdNo규정 ID (list_alio_regulations 의 regId). title 과 둘 중 하나
titleNo규정 제목 일부(부분일치). regId 대신 사용 가능
articleNo특정 조문만 (예: '제10조', '제10조의2'). 생략 시 전체 본문
Behavior3/5

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

Annotations are absent, so the description must carry behavioral info. It states the output is markdown and supports partial matching and article extraction, which is useful. However, it does not disclose edge cases (e.g., when both regId and title are provided), error handling, or performance implications.

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 single concise sentence that front-loads the core purpose and key features (markdown, partial match, article extraction). No unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description lacks details on return format, error responses, or handling of multiple matches. The schema is well-described but the overall completeness is adequate for a simple retrieval tool, though more context on usage with sibling tools would help.

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 coverage is 100%, but the description adds value by explaining 'partial match' behavior for regId and title, and the ability to extract specific articles. This enhances the semantic understanding beyond the schema's parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves regulation text in markdown with partial match on regId or title. It also mentions article filtering. However, it does not explicitly differentiate from sibling tools like 'list_alio_regulations' or 'search_alio_regulation_text', which have overlapping purposes.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. The description implies usage for looking up regulation text but does not provide criteria for choosing between partial match parameters or mention when not to use (e.g., for lists or searches).

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/workbookbulb863/korean-law-alio-mcp'

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