Skip to main content
Glama
chris-page-gov

mcp-geo

landis_archive_get_item

Read-onlyIdempotent

Retrieve detailed information for a specific LandIS archive item using its archive ID. Access mirrored UK geospatial data for research and analysis.

Instructions

Get detail for one locally mirrored LandIS archive item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNo
archiveIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.8.2

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is known. The description adds only the 'locally mirrored' data-source context; it does not describe error behavior, availability of the item, or other runtime traits, but this is not a contradiction.

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?

A single eight-word sentence that front-loads the action and object with no filler. It is appropriately concise for a simple single-argument read tool.

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 one-argument read-only tool with a rich output schema and readOnly/idempotent annotations, the description is nearly complete. The main missing context is where archiveId comes from and when to select the list sibling, but the schema and annotations cover the rest.

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

Parameters2/5

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

Schema description coverage is 0%, so the description bears the burden of explaining archiveId, but it never mentions the parameter or its format and provenance. The phrase 'one ... item' only weakly implies that archiveId identifies the item, leaving the agent without guidance beyond the name.

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 ('Get detail') and a specific resource ('one locally mirrored LandIS archive item'). The singular 'one' differentiates it from sibling landis_archive_list_items and makes the tool's scope immediately clear.

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?

The description does not state when to choose this tool over alternatives such as landis_archive_list_items, nor does it mention that an archiveId must first be obtained from a list/catalog call. There is no exclusion or alternative guidance, so an agent must infer usage from the name alone.

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