Skip to main content
Glama

Cm to feet converter

hopi_cm_to_feet
Read-onlyIdempotent

Convert a height between centimetres and feet/inches. Direction 'cm-to-feet' takes cm and returns feet and inches. Direction 'feet-to-cm' takes feet and inches and returns cm. Source: https://hopi.co.uk/cm-to-feet/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cmNoCentimetres (for cm-to-feet)
feetNoFeet (for feet-to-cm)
inchesNoInches (for feet-to-cm, optional)
directionYesWhich way to convert

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cmYes
feetYes
inchesYes
summaryYes
directionYes
source_urlYesThe tool's page on hopi.co.uk (cite or open to check the figure)
feetDecimalNo
totalInchesNo

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

A3.9/5.0
Behavior3/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 no behavioral details beyond these—no side effects, auth needs, or rate limits are applicable for a pure conversion. With the annotation bar lowered, the description performs adequately but adds no extra transparency credit.

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?

Three sentences convey the full purpose and direction-specific behavior without fluff. The source URL is an extra clause but not intrusive. Information is front-loaded with the core action first, then the direction details. Very compact and effective, though the source link could be omitted without loss.

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 read-only converter with a full output schema and complete parameter descriptions, the description covers the essential usage: both conversion directions and which inputs are required. It does not mention rounding or precision, but the output schema likely handles that. Overall, it is sufficiently complete for an agent to call this tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description reiterates the direction-parameter mapping already present in the schema (e.g., 'cm' description says 'for cm-to-feet'), but adds no new semantic nuance like formatting, precision, or edge-case handling. It correctly reflects the conditional requirement but does not elevate above the schema baseline.

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 opens with a specific verb and resource: 'Convert a height between centimetres and feet/inches.' It explicitly names both directions and what each returns, which clearly distinguishes this from generic length converters like hopi_length_converter and other unit-specific siblings such as hopi_kg_to_stone or hopi_miles_to_km. The purpose is unambiguous and fully stated.

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 explains which parameters to use for each direction ('Direction cm-to-feet takes cm... Direction feet-to-cm takes feet and inches...'), giving clear when-to-use context within the tool. It does not explicitly mention alternatives like 'use hopi_length_converter for other units,' but the specialized name and sibling set make that exclusion implicit. There is clear context, just no explicit exclusionary guidance.

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