Skip to main content
Glama
chris-page-gov

mcp-geo

os_map_export

Export UK map artifacts from Ordnance Survey data: generate inventory snapshots from a bounding box or queue UPRN-based exports from a selector.

Instructions

Export a map artifact. Legacy mode exports inventory snapshots from bbox; selection_uprn mode queues async selector-driven UPRN exports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bboxNo
nameNo
toolNo
formatNo
layersNoRequested layers (uprns, buildings, road_links, path_links, postcode_unit_areas, postcode_unit_points, bus_lanes, cycle_lanes).
limitsNo
recipeNo
columnsNo
filtersNo
deliveryNo
exportTypeNoinventory_snapshot
collectionsNo
selectionSpecNo
derivationModeNo
includeGeometryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
uriNo
pathNo
notesNo
statusNo
exportIdYes
resultUriNo
statusUriNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.8.2

TDQS

B3.1/5.0
Behavior3/5

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

With empty annotations, the description carries the full behavioral disclosure burden. It usefully reveals that selection_uprn mode queues asynchronous work and that bbox mode is 'legacy', but it does not mention permissions, side effects, resource creation, or how async results are retrieved. This is helpful but incomplete.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two crisp, front-loaded sentences with no wasted wording. The mode distinction is immediately visible, though the phrase 'Legacy mode' is somewhat cryptic without additional context.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 15-parameter tool with no required fields and two modes, the description is too sparse. It does not explain which parameter groups belong to which mode, what constraints apply, or how the async selection_uprn workflow completes, so an agent cannot reliably construct a valid request even with the output schema present.

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 only 7%, so the description must compensate for 15 mostly undocumented parameters. It adds meaning only to bbox and the selection_uprn selector concept, while leaving format, layers, filters, recipe, delivery, columns, limits, collections, derivationMode, includeGeometry, and selectionSpec effectively unexplained.

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 names a specific action (export) on a resource (map artifact) and differentiates two modes with distinct behaviors: legacy bbox-driven inventory snapshots and async selector-driven UPRN exports. It does not explicitly differentiate this tool from siblings like os_map_export_roads or os_map_get_export, which keeps it just below a 5.

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?

It provides enough context to choose between the two main internal modes: bbox for legacy inventory snapshots and selection_uprn for async UPRN exports. However, it never states when to prefer this tool over sibling tools such as os_map_export_roads or os_map_get_export, nor does it give 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