Skip to main content
Glama

export_land_report_dxf

Read-onlyIdempotent

Generate an integrated DXF report containing land use plan, cadastral map, and request details for a specified land parcel by address.

Instructions

Cadastral-mcp — [통합리포트] 지번 주소로 요청정보+토지이용계획+지적도를 한 페이지 DXF로 내보내기 (좌: 요청정보 / 우상단: 토지이용계획 / 우하단: 지적도). 범위(bufferMeters) 미지정 시 먼저 물어볼 것. 기본 50m.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
crsNo출력 좌표계 EPSG 코드 (기본값: EPSG:5186)
addressYes지번 주소 (예: 전북특별자치도 전주시 덕진구 전미동2가 77-3)
stdrYearNo개별공시지가 기준연도 (미지정 시 올해)
bufferMetersNo주변 필지 조회 범위(m). 기본값 50. 미지정 시 먼저 사용자에게 물어볼 것.
includeNeighborsNo지적도 패널에 주변 필지도 함께 그릴지 여부 (기본값: true)
Behavior4/5

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

Annotations indicate read-only, open-world, idempotent, non-destructive. The description adds export format (DXF), layout, and the bufferMeters query requirement. No contradiction with annotations; provides useful behavioral context beyond the structured fields.

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 a single sentence that efficiently conveys key information (layout, buffer handling). It is not overly verbose but could be better structured with separate sentences for clarity.

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?

The description covers the main purpose and key parameter behavior. However, it omits output details (e.g., file path or binary) and does not fully explain the 'request info' component. Adequate but incomplete for a complex export tool without output schema.

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 covers 100% of parameters with descriptions. The description repeats bufferMeters behavior and default but adds no significant new meaning beyond the schema. Baseline 3 is appropriate as schema already does the heavy lifting.

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 exports a combined report (request info, land use plan, cadastral map) as a DXF file based on a parcel address, with specific layout details. This distinguishes it from siblings like export_cadastral_dxf (cadastral only) and those using PNU.

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 implicitly guides usage by focusing on address-based export and instructs to ask for bufferMeters if unspecified. However, it lacks explicit when-to-use vs siblings or exclusion criteria (e.g., use _by_pnu if PNU is available).

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/chanjong-ui/cadastral-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server