Skip to main content
Glama
chris-page-gov

mcp-geo

landis_natmap_point

Read-onlyIdempotent

Retrieve the NATMAP map unit for a WGS84 latitude and longitude. Identify the map unit at any location to support UK geospatial analysis.

Instructions

Get the NATMAP map unit at a WGS84 lat/lon.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYes
lonYes
toolNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.8.2

TDQS

B3.1/5.0
Behavior2/5

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

Annotations declare readOnlyHint and idempotentHint, covering the safety profile. The description adds no behavioral details beyond that, such as what happens for invalid coordinates, whether a map unit is always returned, or any rate limits. With annotations present, some credit is given, but the description offers zero additional context.

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 efficient sentence that front-loads the action and resource. Every word is necessary; there is no fluff or repetition.

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?

For a simple point lookup with an output schema present, the description is minimally adequate. But it omits any mention of edge cases like points outside coverage, the meaning of 'map unit', or how to select this tool over sibling lookups. The output schema covers return structure, so that gap is mitigated, but overall completeness is barely sufficient.

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 description coverage is 0%, so the description must compensate. It does specify that lat and lon are in WGS84, which adds coordinate system meaning beyond the plain 'number' type in the schema. However, it doesn't provide ranges, decimal degree format, or other constraints, leaving gaps that the schema does not fill.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Get' and the resource 'NATMAP map unit' plus the input context 'at a WGS84 lat/lon'. This distinguishes it from area-oriented siblings like landis_natmap_area_summary by implying a point query, though it does not explicitly name alternatives.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as landis_natmap_area_summary or landis_soilscapes_point. The description does not mention any conditions, exclusions, or intended use cases beyond the basic function.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools