Skip to main content
Glama
EricSeokgon

egovframe-scaffold-mcp

by EricSeokgon

upgrade_egovframe_project

Updates installed common components in an eGovFrame project to the latest upstream version. Preserves user modifications, backs up before overwriting, and provides a dry-run option to review changes first.

Instructions

매니페스트에 기록된 설치 공통컴포넌트를 upstream 최신본과 비교해 갱신합니다. 사용자가 수정한 파일은 force 없이는 보존하며, dryRun(기본)으로 변경 계획을 먼저 확인합니다. 덮어쓰기 전 upgrade-backup/에 백업하고, 하드 충돌 시 아무것도 쓰지 않고 거부합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNo사용자 수정 파일(충돌)도 백업 후 덮어쓸지
dryRunNotrue(기본)면 계획만 미리보기, 디스크 변경 없음
componentsNo대상 컴포넌트 id (미지정 시 매니페스트 전체)
projectDirYes업그레이드할 프로젝트 디렉터리(절대경로 권장)
Behavior4/5

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

With no annotations, the description describes key behaviors: user-modified files preserved without force, dryRun default, backup before overwrite, and rejection on hard conflicts. It could mention error cases or permissions, but overall it provides good transparency.

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?

Three sentences, each conveying a distinct behavior without redundancy. Front-loaded with the main action, then details on preserving files, dry-run, backup, and conflict handling. No wasted 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?

The description explains the tool's operation but omits return value or output format (e.g., what dryRun displays, success/error messages). With no output schema, this is a gap. Also, it doesn't specify when to use vs. sibling tools, but in context, upgrade is clear.

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%, so baseline is 3. The description does not add significant detail beyond schema descriptions for parameters like force, dryRun, components, and projectDir. The overall behavioral context adds marginal value.

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 it updates installed common components by comparing with upstream, with specific actions like preserving user files, dry-run, backup, and conflict refusal. It is distinct from sibling tools (add, create, apply, etc.) due to the upgrade focus.

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 explains usage with dryRun for planning and force for overwriting, guiding when to use each mode. However, it does not explicitly contrast with sibling tools like add_egovframe_components or apply_egovframe_recipe, though the name implies upgrade.

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