Skip to main content
Glama
gitbosung

open-ALIO-mcp

by gitbosung

get_law_text

Retrieve full text of Korean law articles by law serial number. Specify an article to get its text, or omit for table of contents.

Instructions

법령의 조문을 조회합니다 — search_laws 결과의 'mst'(법령일련번호) 필요.

article을 지정하면(예: '4', '4의2') 해당 조문 전문만 반환합니다. article 없이 호출하면 기본정보+조문 목차(번호·제목)만 반환하므로, 먼저 목차에서 필요한 조문을 찾아 article로 재조회하세요. 전 조문 전문이 꼭 필요할 때만 full_text=True를 쓰세요(대형 법령은 매우 깁니다).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mstYes
articleNo
full_textNo
Behavior3/5

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

No annotations are provided, so the description carries full burden. It describes the behavioral difference between calling with article (returns full text) and without (returns table of contents), and warns about full_text length. However, it does not specify response format, error handling, or what happens with invalid mst/article values.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively concise, with two paragraphs that front-load the purpose and prerequisite. Every sentence adds value, though the second paragraph is dense with multi-line instructions. Minor improvement could be breaking into bullet points.

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 the absence of an output schema and no annotation, the description lacks details on the return structure (e.g., fields, format). It adequately covers usage patterns and parameter meanings, but the agent may need to infer response format or error behavior, leaving some incompleteness.

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

Parameters5/5

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

Schema description coverage is 0%, but the description compensates by explaining mst (law serial number from search_laws), article (specific article number or empty for table of contents), and full_text (set true only if all articles needed). It adds meaning beyond the parameter names and defaults.

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 retrieves law articles (법령의 조문) and explicitly links to search_laws via the mst parameter. It distinguishes itself from sibling tools like search_laws, get_admin_rule_text, and get_guideline_text by specifying its unique role in fetching article-level content.

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

Usage Guidelines5/5

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

The description provides explicit step-by-step usage: first use search_laws to get mst, then call get_law_text without article to get the table of contents, then re-query with a specific article. It advises against using full_text=True unnecessarily, offering clear when-to and when-not-to 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/gitbosung/open-ALIO-mcp'

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