Skip to main content
Glama

Shoe size converter

hopi_shoe_size_converter
Read-onlyIdempotent

Convert a UK shoe size to approximate EU and US sizes. Set sex to 'men' (UK 5 to 13) or 'women' (UK 2 to 9). UK size must be in whole or half steps. Source: https://hopi.co.uk/shoe-size-converter/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sexYesWhich sizing chart to use
ukSizeYesUK shoe size (whole or half, e.g. 8 or 8.5)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
euNo
ukNo
usNo
sexNo
noteNo
summaryYes
source_urlYesThe tool's page on hopi.co.uk (cite or open to check the figure)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedOutput schema / required
      Added value: +[
      +  "source_url",
      +  "summary"
      +]
  2. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds valuable context beyond that: the conversion is 'approximate', which is an important quality signal, and it cites the source URL for transparency. No contradictions with annotations were found.

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 two sentences with no filler. The first sentence states the primary function; the second covers parameter constraints and the source. Every phrase earns its place, and the most important information is front-loaded.

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 converter with an output schema present (so return format is defined) and annotations covering side effects, the description is largely complete. It includes the conversion direction, the approximation nature, accepted ranges, and source. It does not describe edge cases like what happens with a UK size outside the range, but the schema's constraints handle validation, and the description's explicit ranges give the agent enough guidance.

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 schema already provides descriptions for both parameters (100% coverage), including allowed enum and min/max constraints. The description supplements this by explicitly stating sex-specific ranges (men UK 5-13, women UK 2-9), which are encoded in the schema's conditional allOf logic but not immediately visible to an agent reading the flat schema. This clarification adds meaning beyond the raw constraints.

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 ('Convert'), the input resource ('UK shoe size'), and the outputs ('approximate EU and US sizes'). This unambiguously distinguishes it from the many converter tools in the sibling list, such as hopi_ring_size_converter and hopi_area_converter. The intent is clear without opening the schema.

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

Usage Guidelines4/5

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

The description gives clear context for when to use the tool: when you need to convert a UK shoe size to EU/US sizes papers and it explicitly documents the sex-specific accepted ranges ('men' UK 5 to 13, 'women' UK 2 to 9). It does not explicitly name alternatives to exclude, but the purpose is so specific that an agent can correctly route to this tool among the large sibling set.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources