Skip to main content
Glama
EricSeokgon

egovframe-scaffold-mcp

by EricSeokgon

remove_egovframe_components

Remove eGovFrame components from a project. Deletes only recorded files, prevents removal of depended components, and supports dry-run preview.

Instructions

add_egovframe_components로 조립한 컴포넌트를 제거합니다. 설치 매니페스트에 기록된 파일만 삭제하며, 다른 설치 컴포넌트가 의존하는 컴포넌트는 거부합니다. dryRun 미리보기를 지원합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNotrue면 삭제 없이 대상만 미리보기
componentsYes제거할 컴포넌트 id 목록
projectDirYes대상 프로젝트 디렉터리
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses key behaviors: only deletes manifest-recorded files, rejects components with dependencies, supports dryRun preview. Lacks mention of reversibility or backup, but adequate for a deletion tool.

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 concise sentences, each serving a purpose: action, deletion scope, dependency handling, dryRun support. No wasted words; front-loaded with core function.

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 no output schema and simple parameter set, description provides sufficient context: what is deleted, constraints, preview support. Could be more complete by hinting at return value, but not necessary.

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 all parameters documented in schema. Description adds context like 'dryRun preview' matching schema, but does not significantly extend meaning of parameters beyond their schema 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?

Description clearly states the tool removes components assembled by add_egovframe_components, using a specific verb ('removes') and resource (components in project). It distinguishes from sibling tools by referencing the counterpart and describing precise behavior.

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?

Gives clear context for usage: intended for removing previously added components. Mentions rejection of dependent components and dryRun support, providing implicit guidance on when to use. Could explicitly mention alternatives like validate_egovframe_project, but still strong.

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