Skip to main content
Glama

site

Server Details

Charter vs Own: the site's own MCP server — calculator, enquiry (enquiry = a human handoff, not...

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

5 tools
calculateCharter cost and the ownership crossoverBInspect

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.

ParametersJSON 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

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.

calculator_describeWhat Charter cost and the ownership crossover computesAInspect

The inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the burden of explaining behavior. It conveys that the tool is informational and returns details about the calculator, but it does not explicitly state that it performs no calculation, has no side effects, or describe the response format.

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, compact sentence that front-loads the core content. It is efficient, though slightly awkward as a sentence fragment without a main verb.

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?

For a zero-parameter describe-style tool with no output schema, the description adequately lists what the tool will explain: inputs, outputs, assumptions, and tables. It could be more explicit about what the tool itself returns, but the purpose is clear enough for invocation.

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?

The input schema has zero parameters, so the baseline is 4. The description appropriately focuses on the calculator's inputs rather than the tool's own parameters, so no parameter documentation is missing.

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 clearly indicates the tool provides information about a calculator: its inputs, outputs, assumptions, and tables. This distinguishes it from a calculation tool, though it does not explicitly contrast it with siblings like enquiry_describe.

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: an agent would call this to understand the calculator before using calculate. However, there is no explicit statement about when to prefer this over alternatives or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect

Read first. States plainly what submit_enquiry does on Charter vs Own: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the burden and discloses both the nature of the tool (it states/returns information, not a purchase) and the specific return content: who receives details, consent wording, and confirmation method. It stops short of explicitly saying this tool itself makes no changes, but the 'Read first' and 'States plainly' phrasing make that clear enough.

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 four purposeful sentences with no filler: a directive, the core function, the key disclaimers, and the return contents. It is front-loaded with 'Read first' and every sentence earns its place.

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 zero-parameter informational tool with no output schema, the description fully covers what the agent needs: what the tool explains, the key caveats (free, no guarantee, no purchase), and what it returns. Nothing critical is missing for correct invocation.

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?

The input schema has zero parameters, so there is nothing for the description to explain. Baseline 4 applies; no parameter documentation gap exists.

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 a specific verb ('States plainly') with a specific subject ('what submit_enquiry does'), and the title reinforces the scope. It clearly positions the tool as a descriptive precursor to submit_enquiry, distinguishing it from the actual action tool and sibling enquiry_fields.

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?

'Read first' is an explicit directive to invoke this before the action tool, and the description frames it as the explanation of submit_enquiry's behavior on Charter vs Own. It does not explicitly name when not to use alternatives like enquiry_fields, but the context is clear enough for an agent to recognize this as the informational first step.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

enquiry_fieldsThe questions the enquiry asksAInspect

Every field of the Charter vs Own enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/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 burden, and it covers the key behavior: the returned field metadata includes requiredness and conditional options. It does not explicitly state that the tool is read-only or describe errors, but the read-only nature is strongly implied by describing a field dictionary rather than a mutation.

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 first sentence enumerates exactly what the field metadata includes, and the second sentence connects the output to the submission flow.

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?

Despite having no output schema, the description fully specifies what the tool returns and how that return value should be used. For a zero-parameter metadata getter, nothing material is missing for an agent to call it correctly.

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?

The tool has zero parameters, so the schema is trivially complete and there is no parameter burden. The description adds useful guidance by explaining that the returned field keys are the same keys used when submitting answers.

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 states precisely what the tool exposes: every field of the Charter vs Own enquiry with key, label, type, required flag, help text, and options. This clearly distinguishes it from submit_enquiry, which receives answers rather than returning field metadata.

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?

It gives a clear usage context: obtain the field dictionary first, then pass answers to submit_enquiry keyed by field key. It does not explicitly enumerate when not to use it or alternative tools, but the linkage to submit_enquiry makes the intended workflow unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

submit_enquirySubmit an ENQUIRY to human providers (two steps; not a purchase)AInspect

Submits an enquiry to Charter vs Own — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to charter brokers or aircraft advisers, who'll contact me directly."

ParametersJSON Schema
NameRequiredDescriptionDefault
answersYesthe person's answers, keyed by field key
consentYestrue only when the person has agreed to: Happy for my details to go to charter brokers or aircraft advisers, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A4.8/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral disclosure burden and does so thoroughly. It reveals the two-step validation-and-submit flow, the consent wording, the requirement to display the summary, and the email link requirement before providers see the enquiry. It also warns that this is not a purchase or guaranteed quote, which prevents false expectations.

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 longer than average but every sentence earns its place because the tool has a critical consent and two-step workflow. It is front-loaded with the key warning ('NOT a purchase, NOT a guaranteed quote') and organized into clear Step 1 and Step 2 instructions.

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 two-step human-enquiry tool with no output schema and no annotations, the description is complete. It explains what step 1 returns, what to show the person, the exact consent line, what to pass in step 2, and what happens after submission. Nothing essential is left for the agent to guess.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although schema coverage is 100%, the description adds critical semantic meaning beyond the schema: answers must be keyed by field keys from enquiry_fields, the confirmation token comes from step 1 after approval, and consent must equal the exact quoted consent line. This is exactly the workflow knowledge an agent needs to populate parameters correctly.

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 states a clear verb and resource: 'Submits an enquiry to Charter vs Own' and immediately distinguishes what it is not ('NOT a purchase, NOT a guaranteed quote'). This makes the tool's purpose unambiguous and separates it from purchase or quoting tools.

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 explicit step-by-step usage guidance: call once to validate and receive a summary/token, show the person the summary, and call again only if they agree. It also says the enquiry is not submitted until the confirmation token is provided and the email link is clicked, which clarifies when the tool should and should not be invoked. It does not explicitly name sibling alternatives, but the workflow guidance is strong enough to avoid misuse.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updates
    • First observedcalculate
    • First observedcalculator_describe
    • First observedenquiry_describe
    • First observedenquiry_fields
    • First observedsubmit_enquiry

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

  • Own vs Charter: the site's own MCP server — checker, enquiry (enquiry = a human handoff, not a...

    61
  • AI vs Hire: the site's own MCP server — calculator, enquiry (enquiry = a human handoff, not a...

    51
  • Jet Operating Cost: the site's own MCP server — calculator, enquiry (enquiry = a human handoff,...

    51
  • Underpinning Costs: the site's own MCP server — enquiry (enquiry = a human handoff, not a...

    31

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Unbiased vendor intelligence MCP server that helps AI agents and developers make informed infrastructure decisions by providing current, structured, neutral vendor comparisons and recommendations.
    96
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server designed to automate tender and RFQ pricing by extracting requirements from documents and building structured pricing models. It enables users to calculate final costs, compare market rates, and generate styled HTML pricing reports for PDF export.
    -
  • F
    license
    B
    quality
    C
    maintenance
    MCP server for paid business data services with free previews and paid tools (enriched search and competitive analysis) using x402 payment flow via Pyrimid Protocol on Base.
    5
    -
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for ProxyLLM, the OpenAI-compatible LLM gateway, enabling live model catalogs, plan-savings calculations, routing key management, and autonomous account signup.
    9
    123
    MIT
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