Skip to main content
Glama

AI implementation cost model

calculate

Run the AI implementation cost model calculator: Data preparation; Integration; Change and training; Year one total. Missing inputs fall back to their documented defaults.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
peopleNoPeople whose work changes
runPctNoAnnual running cost as a percentage of build
intMultNoIntegration, as a multiple of the licence
licenceNoAnnual licence or platform cost quoted
dataMultNoData preparation, as a multiple of the licence
hourCostNoFully loaded cost per hour
changePerNoChange and training cost per person
hoursSavedNoHours saved per person per week

Schema Changelog

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

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the disclosure burden. It adds one behavioral trait: 'Missing inputs fall back to their documented defaults,' which is useful. However, it does not describe the output format, whether the operation is read-only, or any side effects, leaving significant behavior undisclosed.

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 a compact two-part sentence: it names the action and resource, lists the core cost components, and states the fallback behavior. There is no redundant filler, and the most important information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The 8 optional parameters are all documented in the schema, but with no output schema the description should clarify what the tool returns. The listed components likely represent output sections, but the absence of an explicit 'returns' or 'output' phrasing leaves room for ambiguity. Overall, it is adequate but not fully complete.

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 each of the 8 parameters already has a meaningful description and default value. The tool description adds no new parameter-level insight beyond confirming that missing inputs default, which is already evident from the schema defaults. Baseline 3 applies.

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 uses the specific verb 'Run' with the resource 'AI implementation cost model calculator' and lists the model's cost components (Data preparation; Integration; Change and training; Year one total). The verb 'Run' clearly contrasts with sibling tools like calculator_describe, making the tool's purpose unambiguous.

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 this tool is used to execute the cost model calculator, but it does not explicitly state when to use it versus calculator_describe or the enquiry/submit tools. There is no direct comparison or exclusion guidance, though the action-oriented wording offers a mild contextual cue.

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.2/5.0
Disambiguation5/5

Each tool has a clearly distinct function: running the model, describing the model, explaining the enquiry flow, listing enquiry fields, and submitting an enquiry. While the calculator and enquiry tools share prefixes, their purposes do not overlap.

Naming Consistency3/5

Tool names are grouped by domain (calculator_*, enquiry_*) but the verb/noun ordering is inconsistent: calculate and submit_enquiry lead with verbs, while calculator_describe, enquiry_describe, and enquiry_fields lead with nouns. The naming is still readable and predictable enough.

Tool Count5/5

Five tools are well-scoped for a site offering a cost calculator and an enquiry submission flow. Each tool earns its place and there is no redundancy.

Completeness5/5

The tool surface fully covers the stated purpose: describe the calculator, run it, describe the enquiry flow, inspect the fields, and submit with a two-step consent/confirmation process. There are no obvious dead ends or missing operations for this domain.

Resources