Skip to main content
Glama
santarosalia

legalize-kr MCP

by santarosalia

법령 파일 현재 내용

kr_read_file
Read-only

Read the full text of a Korean law document from the local clone. Specify law directory and Markdown file, with optional character limit.

Instructions

워킹 트리에서 kr/{lawDir}/{fileName} 전문을 UTF-8로 읽습니다 (README의 cat 예시와 동일).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lawDirYeskr/ 바로 아래 법령 폴더명 (예: 민법)
fileNameYes법령 Markdown 파일명
maxCharsNo최대 문자 수(초과 시 잘림)
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safe-read nature is covered. The description adds useful context: UTF-8 encoding and the working-tree scope. However, it claims to read the 'full text' (전문) while the schema allows truncation via maxChars, a behavioral trait not disclosed in the description. This is not a contradiction with annotations but is an omission.

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, focused sentence that includes the core operation and a helpful README reference ('cat example'). It is concise, front-loaded, and contains no unnecessary words.

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?

Given the tool's simplicity, the readOnlyHint annotation, and complete parameter schema, the description covers the essential purpose and mode (UTF-8, working tree). It falls slightly short by not mentioning the truncation behavior tied to maxChars, but the schema already explains that, so the gap is minor.

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?

Schema coverage is 100%, with each parameter already well-described (e.g., lawDir, fileName enum, maxChars with default and maximum). The description only repeats the placeholders {lawDir}/{fileName}, adding minimal value beyond what the schema already provides. Baseline 3 is appropriate.

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 reads the full text of a specified file from the working tree, with a specific verb ('읽습니다') and resource (kr/{lawDir}/{fileName}). It distinguishes itself from siblings by emphasizing '워킹 트리' (current content), though it does not explicitly name alternatives.

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 is provided on when to use this tool versus alternatives such as kr_file_at_date. The working-tree reference implies current content, but the description lacks any when/when-not statements or mention of sibling tools.

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/santarosalia/legalize-search-mcp'

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