Skip to main content
Glama

AI against a hire, on the same basis

calculate

Run the AI against a hire, on the same basis calculator: Full cost of the hire, per year; Hire cost as a multiple of salary; Full cost of the AI route, year one; Full cost of the AI route, year two onward. Missing inputs fall back to their documented defaults.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
equipNoEquipment, software and workspace per year
salaryNoSalary for the role
aiSetupNoData and integration, year one
mgmtHrsNoManagement hours a week
recruitNoRecruitment cost, spread over expected tenure
mgmtRateNoManager cost per hour
superHrsNoHours a week supervising and checking output
aiLicenceNoAI tool annual licence
onCostPctNoEmployer costs as a percentage of salary
superRateNoCost per hour of whoever checks it

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It explicitly states that 'Missing inputs fall back to their documented defaults,' a useful behavioral trait, and implicitly signals a pure calculation with no side effects. It does not explicitly confirm non-mutating behavior, but the calculator framing makes that sufficiently clear.

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 two sentences and front-loads the core action with 'Run...'. The colon-separated list of outputs is dense but informative, and the final sentence about defaults adds value. There is no redundant wording or fluff.

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?

No output schema is provided, so the description responsibly lists the four computed figures: hire cost per year, salary multiple, AI route year one, and AI route year two onward. However, it does not specify the response structure or formatting (e.g., numbers vs. currency, JSON keys), leaving the output contract somewhat unclear for an agent.

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?

The input schema documents all 10 parameters with descriptions and defaults, achieving 100% coverage. The description adds only a general note about default fallback, which is already represented by the 'default' fields in the schema. No per-parameter meaning is added beyond the schema.

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 action, 'Run the AI against a hire, on the same basis calculator', and enumerates the four outputs it produces. This clearly identifies it as the computational tool and distinguishes it from siblings like 'calculator_describe' and the enquiry-based tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is used for computing cost comparisons, but it does not explicitly state when to use it over 'calculator_describe' or the enquiry tools. There is no mention of alternatives, exclusions, or conditions, leaving usage guidance to inference from the name and output list.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a clearly distinct role: calculate runs the calculator, calculator_describe documents it, enquiry_describe explains the enquiry flow, enquiry_fields provides the schema, and submit_enquiry performs the submission. There is little risk of selecting the wrong tool.

Naming Consistency3/5

Tool naming mixes patterns: 'submit_enquiry' is verb_noun, 'calculate' is a bare verb, 'calculator_describe' and 'enquiry_describe' are noun_verb, and 'enquiry_fields' is a compound noun. The names are readable and the action/metadata split is recognizable, but there is no consistent convention.

Tool Count5/5

Five tools is a tight, well-scoped set for a calculator-plus-enquiry server. Each tool covers a necessary part of the workflow without redundancy or bloat.

Completeness5/5

The surface covers the full intended workflow: inspect calculator assumptions, run a calculation, understand the enquiry process, get enquiry fields, and submit with explicit two-step consent. No obvious dead ends or missing operations are apparent.

Resources