Skip to main content
Glama

uldk_by_point

Identify cadastral parcel under a point using ULDK. Returns parcel ID, administrative divisions, and bounding box; optionally adds geometry to project.

Instructions

Identify the cadastral parcel under a point via ULDK - like map_identify_at_point for parcels.

crs defaults to EPSG:2180 (ULDK's native CRS); pass another EPSG code if x/y are in a different CRS. Returns the parcel id, wojewodztwo/ powiat/gmina/obreb/numer, and its bbox by default, without touching the project. Pass add_to_project=True to also materialize the full geometry as a layer, same as uldk_by_parcel_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
crsNoEPSG:2180
layer_nameNo
add_to_projectNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description fully discloses behavioral traits: it returns parcel id, administrative division, and bbox by default; does not touch the project unless add_to_project=True; and explains CRS handling. No contradictions with missing 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 concise (three sentences) and structured with front-loaded purpose, then details on CRS, then behavior and alternative usage. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 parameters, no annotations but has output schema), the description covers all key aspects: return values, CRS handling, optional project modification, and parameter purposes. It is complete for effective agent invocation.

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 description coverage is 0%, so the description must compensate. It explains x, y as coordinates, crs defaults to EPSG:2180, and add_to_project=True to materialize geometry. layer_name is implied but not explicitly described. Overall, adds significant meaning beyond schema structure.

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 identifies the tool's purpose: 'Identify the cadastral parcel under a point via ULDK' and distinguishes it from the sibling tool 'map_identify_at_point' by specifying it is for parcels.

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 provides clear context on when to use the tool: by default it returns parcel data without modifying the project, and optionally can add a geometry layer. It explains CRS defaults and the add_to_project parameter. It does not explicitly exclude alternatives but the analogy to map_identify_at_point implies differentiation.

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/piatkowski/qgis-mcp'

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