Skip to main content
Glama

export_land_report_dxf_by_pnu

Read-onlyIdempotent

Exports a DXF report combining request info, land use plan, and cadastral map for a given 19-digit PNU. Configurable buffer, CRS, and neighbor inclusion.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
crsNo출력 좌표계 EPSG 코드 (기본값: EPSG:5186)
pnuYesPNU 19자리 (예: 5211312000100770003)
stdrYearNo개별공시지가 기준연도 (미지정 시 올해)
bufferMetersNo주변 필지 조회 범위(m). 기본값 50. 미지정 시 먼저 사용자에게 물어볼 것.
includeNeighborsNo지적도 패널에 주변 필지도 함께 그릴지 여부 (기본값: true)
Behavior4/5

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

Annotations already declare safe read-only, idempotent, non-destructive behavior. The description adds value by detailing the output layout and the ask-for-buffer behavior, which goes beyond the annotations.

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, front-loaded with the tool's main purpose and layout, followed by a usage rule. No wasted words.

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 complex tool with 5 parameters and no output schema, the description covers the purpose, layout, default behavior, and usage rule. Missing details like error handling are acceptable given the rich schema and annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds the 'ask first' instruction for bufferMeters and provides an example PNU, giving extra context beyond the schema.

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 exports a combined DXF report (request info, land use plan, cadastral map) for a given PNU. It specifies the layout and distinguishes from siblings by being a comprehensive one-page report.

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

Usage Guidelines4/5

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

The description explicitly instructs to ask if bufferMeters is unspecified and provides a default. While it does not directly compare to siblings, the context is clear enough for an agent to infer appropriate use cases.

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