Skip to main content
Glama
EricSeokgon

egovframe-scaffold-mcp

by EricSeokgon

remove_egovframe_components

Remove eGovFrame components recorded in the install manifest, refusing to delete files with altered hashes or dependency conflicts. Dry-run previews changes; force creates a backup before removal.

Instructions

add_egovframe_components로 조립한 컴포넌트를 제거합니다. 설치 매니페스트에 기록된 파일만 삭제하며, 다른 설치 컴포넌트가 의존하거나 설치 시점 hash와 달라진 파일은 기본 거부합니다. force=true는 remove-backup/에 사본을 만든 뒤 트랜잭션 제거하며, dryRun 미리보기를 지원합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNo사용자 수정·hash 미검증 파일도 remove-backup/에 백업한 뒤 제거
dryRunNotrue면 삭제 없이 대상만 미리보기
componentsYes제거할 컴포넌트 id 목록
projectDirYes대상 프로젝트 디렉터리
Behavior5/5

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

With no annotations, the description fully carries the burden. It discloses that only manifest-recorded files are deleted, refusal of dependent or hash-mismatched files by default, force creating backups in remove-backup/ with transactional removal, and dryRun preview support. This is rich, non-obvious behavior.

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, dense sentence that front-loads the core purpose and follows with safety and mode details. Every word adds value; no redundant or vague phrasing.

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?

For a removal tool with four parameters and no output schema, the description covers the essential behavioral aspects: scope, safety guards, force semantics, and preview mode. It could mention what the tool returns (e.g., list of affected files), but that is a minor gap given the dryRun preview is already described.

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%, so parameters are already documented. The description adds meaningful context by explaining how force and dryRun affect behavior (e.g., backup creation, transactionality), which goes beyond the schema's simple type/default descriptions.

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 uses a specific verb ('removes') and resource ('components assembled with add_egovframe_components'), clearly distinguishing it from sibling tools like add_egovframe_components and list_egovframe_components. The scoping to manifest-recorded files adds precision.

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?

It provides clear context for when to use the tool (to remove previously added components) and explains the default refusal behavior and force option. However, it does not explicitly name alternative tools or when not to use it, so it falls short of a perfect score.

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