Skip to main content
Glama

Pressure converter

hopi_pressure_converter
Read-onlyIdempotent

Convert pressure from one unit to another. Units: bar, psi (pounds per square inch), kpa (kilopascals), atm (atmospheres). Source: https://hopi.co.uk/pressure-converter/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesUnit to convert to
fromYesUnit to convert from
valueYesThe pressure value to convert

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo
fromNo
valueNo
resultNo
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.1/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 the unit list and a source URL, which are useful but not behavioral disclosures. No contradictions exist, and no additional behavioral context (e.g., rounding, precision, limits) is provided, so a score of 3 is appropriate.

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 extremely concise: one sentence stating purpose, a unit list, and a source. No filler words; every element serves a purpose. The essential information is front-loaded in the first sentence.

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, read-only conversion tool with a full input schema and an output schema present, the description covers everything an agent needs: what it does, the units, and a source reference. No missing details like rounding behavior or precision are critical for a straightforward conversion, and annotations already handle safety.

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%, with each parameter having a description and enums for from/to. The description adds human-readable unit expansions ('pounds per square inch') and the source URL, but these are minor augmentations. Since the schema already documents the parameters, the description adds limited extra meaning beyond clarifying abbreviations.

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') and resource ('pressure'), lists the supported units, and is clearly distinguishable from sibling converter tools (e.g., angle, area, speed) by naming 'pressure' explicitly. No ambiguity remains about the tool's function.

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 that this is the pressure conversion tool among many converter siblings, but it does not explicitly mention when not to use it or name alternative tools. The presence of many unit converters implies this is the one for pressure, but no explicit exclusions or alternatives are provided.

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