Skip to main content
Glama
chris-page-gov

mcp-geo

landis_soilscapes_point

Read-onlyIdempotent

Get the LandIS Soilscapes class and caveats for any WGS84 coordinate, providing soil type information and warnings for a given location.

Instructions

Return the LandIS Soilscapes class and caveats for a WGS84 point.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYes
lonYes
toolNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
caveatsYes
locationYes
soilscapeYes
provenanceYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.8.2

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds no behavioral detail beyond the return content; mentioning 'caveats' hints at the nature of the result but does not describe side effects, failures, or operational constraints. No contradiction with 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?

A single front-loaded sentence with no filler. Every element—resource, output, input format—earns its place, and the essential 'WGS84 point' qualification is included.

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 simple two-parameter point lookup with safe/idempotent annotations and an existing output schema, the description covers what the tool does and what input it expects. Minor gaps such as geographic coverage limitations or out-of-range coordinate handling are not stated, but they are not critical for 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 adds the essential coordinate reference system (WGS84) and clarifies that lat/lon represent a single point. The self-descriptive parameter names plus this CRS context provide enough meaning for correct invocation, though the description could additionally state value ranges.

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 states a specific verb ('Return'), a specific resource ('LandIS Soilscapes class and caveats'), and a specific input modality ('WGS84 point'). This clearly distinguishes it from the sibling landis_soilscapes_area_summary, which is the area-based counterpart.

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 input condition 'for a WGS84 point' makes the use case clear and implies a single-point lookup as opposed to area summaries. However, it does not explicitly name alternatives or state when not to use the tool, leaving the routing decision partially to the agent.

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