Skip to main content
Glama
EricSeokgon

egovframe-scaffold-mcp

by EricSeokgon

generate_egovframe_ci

Creates a GitHub Actions CI workflow for building and testing eGovFrame projects. Auto-detects Maven or Gradle, specifies JDK version, and supports dry run without overwriting existing files.

Instructions

프로젝트에 GitHub Actions CI 워크플로(빌드·테스트)를 생성합니다. 빌드도구(maven/gradle) 자동 감지, JDK 지정. dryRun으로 내용만 미리볼 수 있고, 실제 생성 시 기존 파일이 있으면 덮어쓰지 않고 거부합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jdkNoJDK 버전 (기본 17)17
dryRunNotrue면 파일 생성 없이 내용만 반환
projectDirYes프로젝트 디렉터리(절대경로 권장)
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses that dryRun previews content without creation and that actual generation refuses to overwrite existing files. These are key behavioral traits. However, it does not mention error handling for missing build tools or other edge cases.

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?

Two sentences, zero waste. First sentence states the core purpose, second adds key behaviors (detection, dryRun, non-overwrite). Information is front-loaded and efficient.

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?

No output schema exists, so description should clarify return values. It states dryRun returns content, but not what normal creation returns (e.g., success message or file path). Missing this detail reduces completeness for an agent.

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%, baseline 3. The description adds context: dryRun behavior, absolute path recommendation for projectDir, and default JDK version. This adds marginal value beyond schema but does not deepen parameter semantics significantly.

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 generates a GitHub Actions CI workflow (build/test) for a project. It specifies automatic detection of build tools (maven/gradle) and JDK specification, distinguishing it from sibling tools like create_egovframe_project or add_ai_components.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for CI workflow generation but does not explicitly state when to use this tool versus alternatives. It mentions dryRun and overwrite prevention but lacks context on prerequisites (e.g., existing build tool) or when not to use.

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