Skip to main content
Glama

site

Server Details

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

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
calculateAI against a hire, on the same basisAInspect

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.

ParametersJSON 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

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.

calculator_describeWhat AI against a hire, on the same basis 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 full burden. It does indicate an informational role by mentioning inputs, outputs, assumptions, and tables, but it never explicitly states that the tool is read-only, performs no computation, or returns a description rather than a calculated result. The agent must rely on the name for this.

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 single compact sentence that lists the covered content in a sensible order: inputs, outputs, assumptions, and tables. There is no filler or redundancy.

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 simple parameterless describe tool, the description names the main content areas well, but it does not explain the output format or how this tool relates to 'calculate'. Since there is no output schema, a bit more about the shape of the returned description would make it fully complete.

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 baseline is 4. The description adds useful context by noting that the described calculator's inputs include units, ranges, and defaults, which helps the agent understand what kind of specification the 'describe' call will provide.

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 describes a calculator's inputs, outputs, assumptions, and tables, so the general purpose is recognizable. However, it lacks an explicit action verb and does not directly distinguish itself from the sibling 'calculate' or the likely 'enquiry_describe' family.

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 usage context is only implied: an agent can infer this tool is for inspecting a calculator's specification rather than performing a calculation, but the description never says when to use it versus 'calculate' or another describe/enquiry tool. No alternatives or exclusions are named.

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 AI vs Hire: 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.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, and it does so well by stating that nothing is bought, ordered, or paid, that no quote is guaranteed, and that it is free. It also previews what the tool returns: recipients, consent wording, and confirmation mechanism. It stops short of explicitly saying the describe call itself has no side effects, but the framing makes 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.

Conciseness4/5

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

The description is compact and front-loads the most important instruction ('Read first'), then explains behavior and return content. The only minor issue is that 'AI vs Hire' is used without explanation, slightly obscuring a key context term.

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?

Given the tool is a zero-parameter informational helper with no output schema, the description supplies adequate context about what the tool does and what information it returns. It lacks explicit output-format detail, but for a no-arg describe-style tool this is a minor gap.

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 and the schema already covers everything (100% coverage), so the description does not need to explain parameters. The baseline of 4 applies because there is nothing for the description to add about inputs.

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 identifies the tool as a read-first explainer for what submit_enquiry does, with a specific resource (the enquiry submission flow) and a specific purpose (disclosing behavior before action). It contrasts with submit_enquiry by framing this as the descriptive counterpart, though it does not explicitly name other siblings like calculator_describe.

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' gives a clear signal that this tool is meant to be consulted before taking action, likely before calling submit_enquiry. It also clarifies what the tool does not guarantee (no purchase, no guaranteed quote), which helps an agent avoid misuse. However, it does not explicitly state when not to use this tool or suggest alternatives.

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 AI vs Hire 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 full behavioral disclosure burden. It makes clear this is an informational enumeration of fields, not a mutation or submission, and specifies the exact structural content the agent should expect. It does not mention side-effect absence explicitly, but the wording implies a read-only lookup.

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, no filler, with the core purpose front-loaded. Each sentence earns its place, and the reference to submit_enquiry gives actionable value without redundancy.

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 tool with no output schema, the description is complete: it names the output fields, hints at the shape of each field description, and explains how the result feeds into the submission flow. Nothing essential for correct use is missing.

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 empty and the description needs to add little here. It still adds relevant semantics by explaining that the returned field key should be used when constructing answers for submit_enquiry, which helps the agent understand the meaning of the output key.

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 that the tool exposes every field of the AI vs Hire enquiry and enumerates exactly what each field entry includes: key, label, type, required flag, help text, and allowed options. This clearly distinguishes it from sibling tools like submit_enquiry and calculator_describe.

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 tells the agent to pass answers to submit_enquiry keyed by field key, which establishes the practical workflow for using this tool's output. It does not explicitly contrast with enquiry_describe, but the usage context is clear and actionable.

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 AI vs Hire — 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 automation partners or recruiters, 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 automation partners or recruiters, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and handles it well. It discloses the two-step stateful behavior, validation, confirmation token, consent line, email delivery, and the fact that a provider sees nothing until the person clicks the link. This goes far beyond a typical 'submits an enquiry' description.

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 longer than average, but every sentence earns its place: the step numbering keeps the protocol readable, the exact consent line is critical, and the exclusions prevent misuse. It is front-loaded with the action and the most important caveat. The only minor cost is density, not waste.

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 tool with no output schema, no annotations, a nested answers object, and a subtle two-step contract, this description is unusually complete. It tells the agent exactly what to send in each step, what to show the person, what token to carry, what consent means, and what happens after submission. Nothing essential is missing.

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 description coverage is 100%, so the baseline is 3. The description adds meaning beyond the schema by explaining how each parameter participates in the workflow: answers are keyed from enquiry_fields, consent has an exact quoted agreement, and confirmation comes from step 1 only after approval. This is useful value above 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?

States a specific action ('Submits an enquiry'), a clear resource ('to AI vs Hire'), and a precise two-step workflow. It also explicitly distinguishes itself from a purchase or guaranteed quote, and the title reinforces the scope. This is enough to separate it from sibling tools like calculate and 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?

Provides clear step-by-step guidance: call once to validate and get a token, then call again only if the person agrees. It also states exclusions ('NOT a purchase, NOT a guaranteed quote') and the consent precondition. It does not explicitly name sibling alternatives for when NOT to use this tool, but the usage context is otherwise exceptionally clear.

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    A hiring desk for autonomous AI agents — MCP server, proof-of-work entry, machine-graded role tests.
    MIT
  • 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
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