Skip to main content
Glama
EricSeokgon

egovframe-scaffold-mcp

by EricSeokgon

sync_egovframe_catalog

Verifies official eGovFrame component tags, commits, and archives for integrity, compares upstream changes to the fixed catalog, and monitors the sec.security package to keep scaffolding aligned.

Instructions

공식 egovframe-common-components 태그·commit·아카이브 무결성을 검증하고, 고정 카탈로그 대비 upstream 변경과 sec.security 보안 패키지를 점검합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNo확인할 태그·브랜치·commit. 미지정 시 카탈로그의 공식 고정 태그 사용
Behavior2/5

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

With no annotations, the description carries full responsibility for disclosing behavioral traits. It mentions checking integrity and upstream changes, but does not clarify whether the tool is read-only, whether it modifies the local catalog, what happens on integrity failures, or if it makes network calls. The term 'sync' in the name adds ambiguity, which the description does not resolve.

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, densely informative sentence with no filler. It uses technical terms appropriately and front-loads the main action, making it easy to scan. Every part of the sentence contributes to understanding the tool's purpose.

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

Completeness2/5

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

For a tool with no annotations and no output schema, the description is too sparse. It does not explain expected outputs, side effects, prerequisites, or how the 'sync' aspect operates (e.g., does it update the catalog or just report differences?). The one-line description leaves important gaps for an agent deciding whether to invoke this tool and what to expect.

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 description coverage is 100% for the single parameter 'ref', which already explains the tag/branch/commit and the default use of the official fixed tag. The tool description adds no additional parameter context beyond referencing the fixed catalog, so the baseline 3 is appropriate.

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 a specific verb ('검증하고' and '점검합니다' meaning verify/inspect) and a distinct resource (egovframe-common-components tags, commits, archives), while also defining the scope: comparing against the fixed catalog and checking sec.security security packages. This clearly distinguishes it from sibling tools like validate_egovframe_project or diagnose_egovframe_project by focusing on upstream changes and catalog integrity.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not state that it should be used to check upstream changes or to validate catalog integrity, nor does it mention any exclusions or alternatives. The name implies a sync operation, but the description neither confirms nor denies whether it updates the catalog, leaving usage context entirely unspecified.

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/EricSeokgon/egovframe-scaffold-mcp'

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