Skip to main content
Glama

site

Charter cost and the ownership crossover

calculate

Run the Charter cost and the ownership crossover calculator: Hours actually billed; Hourly charges; Estimated total for this trip; Effective cost per flight hour. Missing inputs fall back to their documented defaults.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feesNoLanding, handling and airport fees
hourlyNoQuoted hourly rate
ownVarNoVariable cost per hour of owning
posHrsNoPositioning hours billed
fuelPctNoFuel surcharge (%)
ownFixedNoAnnual fixed cost of owning a comparable aircraft
annualHrsNoHours you fly a year
flightHrsNoFlight hours for the trip
overnightNoCrew overnight and duty charges

Schema Changelog

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

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description must carry behavioral information. It usefully discloses that missing inputs fall back to documented defaults and indicates that cost figures are computed. However, it does not state whether the operation is read-only, whether any state changes occur, or what the returned result structure is.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that front-loads the action and then lists the relevant calculated metrics without padding. The semicolon list is a little ambiguous about whether items are inputs or outputs, but overall the description is economical and appropriately sized.

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?

For a nine-input tool with no output schema and no annotations, the description supplies only a terse list of possible outputs and the default-fallback behavior. It does not explain the ownership-crossover result, the output format, or how inputs map to outputs, leaving some interpretation gaps even though the schema fully documents the parameters.

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 has full coverage with descriptions and defaults for all nine parameters, so the description does not need to re-explain them. The description adds high-level context about outputs but no parameter-specific semantics, formulas, or mappings beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific action ('Run') and a specific resource (the Charter cost and ownership crossover calculator), and it lists the figures the calculator produces. It is clearly distinct from calculator_describe, though it does not explicitly contrast itself with any sibling.

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 intended use is implied: this tool executes the calculator, while calculator_describe likely describes it. However, there is no explicit when-to-use or when-not-to-use guidance, no stated alternatives, and no mention of conditions that would make a sibling tool more appropriate.

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 clear role: calculate runs the calculator, calculator_describe documents it, enquiry_describe explains the enquiry flow, enquiry_fields defines the form schema, and submit_enquiry submits it. There is no functional overlap between any two tools.

Naming Consistency3/5

Names are readable and follow snake_case, but the pattern is inconsistent: calculate is a bare verb, submit_enquiry is verb_noun, calculator_describe and enquiry_describe are noun_verb, and enquiry_fields is noun_noun. The mixed conventions are still understandable and semantically grouped.

Tool Count5/5

With only 5 tools, the server is tightly scoped to two features: a calculator and an enquiry submission flow. Each tool serves a distinct and necessary purpose, and none feel redundant or missing at this scale.

Completeness5/5

The calculator tool is paired with a description tool, and the enquiry flow is fully covered: process explanation, field definitions, and two-step submission with consent and confirmation tokens. There are no obvious dead ends or missing operations for the stated domain.

Resources