Skip to main content
Glama
chris-page-gov

mcp-geo

os_tiles_ota_tilematrixsets

Read-onlyIdempotent

List available OS NGD OTA tile matrix sets to identify map tile options for UK geospatial data.

Instructions

List OS NGD OTA tile matrix sets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
liveNo
tileMatrixSetsYes

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, openWorldHint, and idempotentHint, so the 'List' description is consistent and needs to disclose little about side effects. It adds no further behavioral context such as result ordering, pagination, or authentication, but no contradiction exists.

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 sentence with no filler, and the operation word 'List' is front-loaded. Every word earns its place for a simple listing 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?

Given no required parameters, a rich output schema, and strong annotations, the description is sufficient for an agent to invoke the tool safely. The only missing context is how tile matrix sets relate to the sibling OTA tools, but this does not block a correct call.

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 input schema has no meaningful user parameters—only a fixed `tool` const with no required inputs—so there are no parameter semantics for the description to explain. The 0% schema description coverage is therefore not a real deficiency.

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 states a specific action (List) and a specific resource (OS NGD OTA tile matrix sets), so an agent can tell it is a read-only metadata listing operation. It does not explicitly contrast it with sibling tools such as os_tiles_ota_collections or os_tiles_ota_conformance, and the acronyms NGD/OTA are not expanded.

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 given about when to call this tool instead of related OTA tools, nor are alternatives named. There is no mention of a workflow such as 'list collections first, then tile matrix sets' or any exclusions.

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