Skip to main content
Glama
EricSeokgon

egovframe-scaffold-mcp

by EricSeokgon

create_egovframe_project

Creates a new eGovFrame project skeleton from official templates with configurable project name, group ID, and database type.

Instructions

전자정부 표준프레임워크 공식 템플릿으로 새 프로젝트 골격을 생성합니다. 공식 GitHub 템플릿을 내려받아 projectName/groupId/DB 타입을 적용합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupIdYes자바 groupId. 예: egovframework.example
databaseNoDB 타입 (템플릿 지원: hsql|mysql|oracle|altibase|tibero)hsql
templateNo템플릿 종류simple-backend
outputDirYes프로젝트를 생성할 상위 디렉터리(절대경로 권장)
projectNameYes프로젝트명(artifactId). 소문자·숫자·하이픈, 예: my-egov-app
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It mentions downloading official GitHub templates and applying parameters, but does not specify side effects (e.g., overwriting existing directories), required permissions, or network dependencies. This lack of detail limits 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?

The description is two sentences, directly stating the purpose and key actions. No extraneous information, front-loaded for clarity.

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 project generation tool with 5 parameters and no output schema, the description should clarify what is produced (e.g., project structure, files). It does not mention return values or post-creation state, making it incomplete for agent understanding.

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%, so param descriptions already explain each field. The tool description adds minimal extra meaning beyond grouping 'projectName/groupId/DB type' as key applied settings.

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 the tool creates a new project skeleton using the official e-government framework template, distinguishing it from the sibling tool list_egovframe_templates which lists templates.

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 creating projects with official templates, but does not explicitly state when to use vs. the sibling tool or provide exclusion criteria. The sibling tool's purpose is complementary, so no conflict.

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