Skip to main content
Glama
EricSeokgon

egovframe-scaffold-mcp

by EricSeokgon

validate_egovframe_project

Diagnose assembled project integrity: confirm file presence based on install manifest and validate Globals.DbType consistency with deployed DB scripts.

Instructions

조립된 프로젝트의 무결성을 진단합니다: 설치 매니페스트 기준 파일 존재 확인, Globals.DbType과 복사된 DB 스크립트 일치 확인.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectDirYes검증할 프로젝트 디렉터리
Behavior3/5

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

The description lists two specific checks (file existence, Db type consistency) but does not disclose whether the tool is read-only, requires permissions, or what happens on failure. With no annotations, this is moderate transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two sentences, covering the core purpose and key checks without unnecessary verbosity.

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?

The tool lacks an output schema and the description does not explain what the tool returns (e.g., success/failure, error details). For a validation operation, this is a significant gap that leaves the agent without understanding how to interpret results.

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?

Only one parameter exists with 100% schema description coverage. The description adds no extra detail beyond the schema's '검증할 프로젝트 디렉터리' (project directory to validate), so baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool diagnoses integrity of an assembled project, performing specific checks like file existence and DB type consistency. This is distinct from sibling tools like 'diagnose_egovframe_project', though not explicitly differentiated.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. It implies use after project assembly but does not specify prerequisites or scenarios where it should be avoided.

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