Skip to main content
Glama

Cat age calculator

hopi_cat_age_calculator
Read-onlyIdempotent

Convert a cat's age in years to an approximate human age, using the standard 15, 24, then 4 a year chart. Returns the human-equivalent age and the cat's life stage. Source: https://hopi.co.uk/cat-age-calculator/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
catAgeYesThe cat's age in years (0 to 40)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageNo
catAgeNo
summaryYes
humanYearsNo
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.2/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, so the safety profile is covered. The description adds the specific conversion formula and the fact that it returns both the human-equivalent age and life stage, which is useful behavioral context beyond the annotations. It doesn't mention edge cases like age 0 or 40, but the schema already constrains those.

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?

Two sentences with no filler. The core action and formula are front-loaded, and the source URL is appended without disrupting the main content. Every sentence earns its place.

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?

The description is complete for a simple, single-parameter, read-only calculator. It explains the conversion method and return values. The output schema exists, so return values are further documented. The only minor gap is not explicitly stating the life stage categories, but that's not necessary for calling the 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 schema fully documents the catAge parameter (type, range, description). The description adds the conversion chart context but doesn't add new parameter-level semantics beyond what the schema provides. Baseline 3 is appropriate.

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 clearly states the tool converts a cat's age in years to an approximate human age, specifies the exact conversion chart (15, 24, then 4 a year), and mentions the return values (human-equivalent age and life stage). This distinguishes it from the sibling hopi_dog_age_calculator and hopi_age_calculator.

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 implies when to use it: when you need to convert a cat's age to human years. It doesn't explicitly state when not to use it or name alternatives like hopi_dog_age_calculator, but the specificity of 'cat' and the conversion chart makes the usage context clear. A small gap is not mentioning that this is for cats only, not dogs or other pets.

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