Skip to main content
Glama

Dog age calculator

hopi_dog_age_calculator
Read-onlyIdempotent

Convert a dog's age in years to an approximate human age, using the standard veterinary chart. The later rate depends on the dog's size: small, medium or large. Returns the human-equivalent age. Source: https://hopi.co.uk/dog-age-calculator/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNoDog size band (default 'medium')medium
dogAgeYesThe dog's age in years (0 to 30)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNo
dogAgeNo
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.5/5.0
Behavior4/5

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

Annotations mark this as read-only, idempotent, and non-destructive, so the safety profile is already covered. The description adds meaningful behavioral context by explaining that the age conversion depends on dog size and that the result is a human-equivalent age. This goes beyond the annotations and gives the agent a useful mental model of the calculation.

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 three concise sentences, each earning its place: purpose, size-dependent behavior, and result. The source URL is useful supplementary context without bloating the description. Information is front-loaded and there is no redundant phrasing.

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 calculator with two parameters and an output schema, the description is complete. It explains what the tool does, how size factors in, and what result to expect. The schema already covers parameter constraints and defaults, so the description does not need to repeat those details.

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 parameters are well-documented in the schema itself. The description additionally explains why the size parameter matters, noting that the later conversion rate depends on whether the dog is small, medium, or large. This adds semantic meaning beyond the raw schema descriptions.

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 dog's age in years to approximate human age using a standard veterinary chart. It explicitly names the domain (dog) and resource (age), distinguishing it from hopi_age_calculator and hopi_cat_age_calculator. The verb 'Convert' plus the specific resource makes the purpose immediately recognizable.

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: whenever a dog's age needs conversion to human-equivalent age. It does not explicitly name alternatives or exclusions, but the dog-specific wording and size-band handling make the intended use obvious. A 4 is appropriate because context is clear but alternatives are not explicitly discussed.

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