Skip to main content
Glama
EricSeokgon

egovframe-scaffold-mcp

by EricSeokgon

generate_egovframe_report

Scans an eGovFrame project and generates a Markdown report listing installed common components, reference tables, guide document links, and issues. Ideal for documenting assembly results or attaching to README.

Instructions

프로젝트를 스캔해 설치 공통컴포넌트·참조 테이블·가이드 문서 링크·이슈를 Markdown 리포트로 생성합니다. (읽기 전용) 조립 결과 문서화나 README 첨부에 적합합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectDirYes리포트를 만들 프로젝트 디렉터리(절대경로 권장)
Behavior3/5

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

The description explicitly notes the tool is read-only ('읽기 전용'), which is a key behavioral trait. With no annotations provided, this disclosure helps, but additional details (e.g., no side effects, no network calls) are missing.

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 extremely concise: two sentences that front-load the main action and purpose, with no redundant or irrelevant content.

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 simple read-only report generator with one parameter and no output schema, the description covers the content and read-only nature. It lacks specification of where the report is saved or returned, but this is a minor gap.

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?

The schema description coverage is 100% (single parameter with description requiring absolute path). The tool description does not add new information beyond the schema, so baseline 3 applies.

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 scans a project and generates a Markdown report containing installed components, reference tables, guide links, and issues. This specific verb+resource combination distinguishes it from sibling tools like diagnose_egovframe_project or add_egovframe_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 mentions suitability for documenting assembly results or attaching to README, providing some context. However, it does not explicitly state when to use this tool instead of alternatives like diagnose_egovframe_project, nor does it list exclusions.

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