Skip to main content
Glama

Ring size converter

hopi_ring_size_converter
Read-onlyIdempotent

Convert a ring size between UK, US and millimetre scales. Mode 'uk' takes a UK letter F to Z (add 1/2 for half sizes, e.g. 'N' or 'N 1/2'). Mode 'us' takes a US number 2.75 to 12.75. Mode 'mm' takes an inside circumference in mm (about 44 to 69). Returns UK size, US size, circumference and inside diameter. Source: https://hopi.co.uk/ring-size-converter/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesWhich scale the value is in
valueYesThe ring size to convert: a UK letter (uk mode), or a number (us or mm mode)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
ukYes
usYes
modeYes
summaryYes
diameterMmYes
source_urlYesThe tool's page on hopi.co.uk (cite or open to check the figure)
circumferenceMmYes

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds meaningful behavioral context on top: accepted input ranges for each mode, the half-size format for UK letters, and the four output values returned. It does not cover invalid-input behavior, but this is a minor gap for a simple conversion tool.

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 compact and front-loaded with the core purpose, followed by mode-specific input rules and a clear statement of outputs. Every sentence contributes useful information, and the source URL is a minor but harmless addition.

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

Completeness5/5

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

For a simple conversion tool with a full input schema and an output schema, the description covers everything needed: input modes, valid ranges, value formatting, and expected return fields. An agent can select and call this tool correctly without additional documentation.

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 coverage is 100%, so the baseline is 3, but the description adds valuable meaning beyond the schema: valid ranges for each mode, example half-size notation like 'N 1/2', and the semantic distinction between UK letters, US numbers, and mm circumference. This helps an agent construct valid values more accurately.

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 and resource: 'Convert a ring size between UK, US and millimetre scales.' It clearly identifies the tool's domain and distinguishes it from the many other converter tools in the sibling list, such as shoe size or unit converters.

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 mode-specific usage guidance: what value formats are valid for 'uk', 'us', and 'mm' modes, including ranges and half-size notation. It does not explicitly name alternatives or state when not to use this tool, but the domain is specific enough that the intended context is clear.

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