Skip to main content
Glama

get_parcel

Fetch full parcel details by ID: cadastral attributes, geometry, centroid, nearby nurseries, and proximity to roads, settlements, and water bodies.

Instructions

Fetch full detail for a single parcel by integer id: cadastral attributes, geometry, centroid, nearest nurseries, and cached OSM infrastructure proximity (nearest road / settlement / water body).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parcel_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It adds context by mentioning 'cached' OSM infrastructure proximity and enumerating returned data, but it does not disclose permission requirements, error behavior, or potential performance implications. It is a read-only fetch by nature, but this isn't explicit.

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 a single, compact sentence with the primary purpose front-loaded and details following with a colon. Every clause adds information, and there is no fluff or repetition.

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?

Given the tool's simplicity (one parameter, no annotations) and existence of an output schema, the description already enumerates the key return components and notes the cached nature of some data. It doesn't address error cases (e.g., nonexistent id), but for a straightforward fetch this would be handled by the output schema, so the description is largely complete.

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?

The schema provides only a required integer parcel_id with no description (coverage 0%). The tool description compensates by clarifying that the parameter refers to the 'integer id' of the parcel, adding meaning beyond the bare schema. It doesn't give examples or range, but for a single simple parameter this is adequate.

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 uses a specific verb ('Fetch'), identifies the resource ('full detail for a single parcel'), and specifies the lookup by integer id. It also enumerates the included attributes (cadastral attributes, geometry, centroid, etc.), which clearly distinguishes it from sibling tools like list_parcels or get_nursery.

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 clearly implies its use case ('full detail for a single parcel'), which contrasts with listing tools, but it does not explicitly state when to prefer this tool over alternatives or provide any exclusion criteria. Guidance is implied rather than spelled out.

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/ilhankilic/mcp-resilland'

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