Skip to main content
Glama

Server Details

Compare HVAC Software: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...

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

6 tools
compare_criteriaWhat is comparedCInspect

The criteria and any filters of the US HVAC field service software comparison.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not say what the tool does, what it returns, whether it is a read-only lookup, or how the criteria and filters are presented. The description only names the subject matter.

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

Conciseness3/5

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

The description is very short and free of filler, but it is structured as a fragment rather than a complete instruction. Missing a verb makes it less useful, and the brevity crosses from concise into under-specified.

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

Completeness2/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 and no annotations, the description should state what the caller receives or can expect. 'The criteria and any filters' hints at content but does not explain the return value, format, or behavior, leaving the tool incomplete for an agent to call confidently.

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 properties, so there are no parameters whose semantics need clarification. The description does not need to compensate for missing parameter documentation, and the baseline for a zero-parameter tool is appropriate.

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

Purpose2/5

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

The description is essentially a noun phrase that restates the tool's name and title: it says the tool is about 'the criteria' of a comparison, which is what 'compare_criteria' and 'What is compared' already say. It adds domain context ('US HVAC field service software') but no explicit verb or action, so an agent cannot tell whether the tool returns criteria, explains them, or accepts them as input.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus the siblings such as compare_options, compare_table, or enquiry_fields. The description does not state a condition, context, or exclusion that would help an agent choose this tool instead of an alternative.

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

compare_optionsThe optionsBInspect

The options in the US HVAC field service software comparison (name, what it is best for, tags), optionally filtered by a tag value.

ParametersJSON Schema
NameRequiredDescriptionDefault
filterKeyNo
filterValueNo

TDQS

B3.2/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 behavioral disclosure. It reveals that the tool returns options with given fields and supports filtering by a tag value, which is useful behavioral context. However, it does not explain the effect of omitting both parameters, the relationship between filterKey and filterValue, or the response format. Partial disclosure, no side-effect warnings needed for a likely read-only tool.

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 concise sentence with no redundancy or extraneous detail. It front-loads the core resource and then states the optional filtering behavior, making it easy to scan and understand. Every word contributes to the meaning.

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

Completeness2/5

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

For a simple list tool with two undocumented optional parameters and no output schema, the description leaves critical gaps. It does not clarify how to use filterKey or that filterKey should be set to a specific tag key, nor does it describe the result when no filter is applied. It also fails to relate the tool to its siblings, leaving the agent unsure about boundary cases.

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

Parameters2/5

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

The input schema has no descriptions for filterKey or filterValue, and schema coverage is 0%, so the description must explain the parameters. It only mentions 'filtered by a tag value,' which hints at filterValue but leaves filterKey entirely unexplained and unclear how the two interact. This is insufficient compensation for the missing parameter documentation.

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 identifies the specific resource ('options') and details its content fields (name, what it is best for, tags) and the optional tag filter. It clearly differentiates from sibling tools like compare_criteria or compare_table by focusing on the options entity. However, it is phrased as a noun phrase without an explicit verb like 'list' or 'retrieve', so it stops short of a fully explicit action statement.

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 when to use the tool: when you need the list of options in the comparison, optionally filtered by tag. It does not mention alternatives or exclusions, such as when compare_criteria or compare_table would be more appropriate. Usage is inferable but not explicitly stated.

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

compare_tableThe comparison tableBInspect

Each option's value on every criterion of the US HVAC field service software comparison — the full table.

ParametersJSON Schema
NameRequiredDescriptionDefault
optionNoone option's name, else all

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It says what the table contains but does not explicitly say this is a read-only lookup, what the output format looks like, or how the optional 'option' parameter changes the result. The schema partially covers parameter behavior, but the description itself adds no behavioral context beyond content.

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, tightly worded sentence with no filler. The key phrase 'the full table' is placed at the end after an em dash for emphasis. Every word contributes to defining the tool's scope, earning a 5.

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 simple one-parameter, no-output-schema, no-annotation tool, the description plus schema parameter documentation provide the essential calling information. It names the domain and the full scope, and sibling tool names offer enough context for differentiation. The only gap is not describing return formatting, which is minor for a table lookup.

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 single parameter 'option' is already fully documented in the schema with 'one option's name, else all,' so schema coverage is 100%. The description's phrase 'each option's value' loosely maps to the parameter but adds no new meaning beyond what the schema already provides. Baseline 3 is appropriate because the schema handles the semantic weight.

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 identifies the resource (US HVAC field service software comparison) and the scope (every option's value on every criterion), calling it 'the full table.' It distinguishes from sibling tools like compare_criteria and compare_options by emphasizing the complete dataset rather than a focused subset. However, it lacks an explicit verb like 'returns' or 'displays,' which keeps it just short of a 5.

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 phrase 'the full table' implies this tool is for a comprehensive view, and sibling names like compare_criteria and compare_options suggest narrower alternatives. But the description never explicitly states when to choose this tool over those siblings or when not to use it. Usage guidance is only implied, not stated.

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 Compare HVAC Software: 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.4/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 burden and does so thoroughly: it states the operation is free, is not a purchase or payment, and guarantees no quote. It also discloses the return content, including who receives the details, the consent wording, and how the person confirms, leaving the agent with a clear behavioral model.

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 compact and front-loaded, opening with the important instruction 'Read first.' Each sentence adds meaningful information: what the tool does, what it does not do, and what it returns, with no filler.

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 tells the agent the tool's purpose, the key exclusions, and the exact return contents. Nothing critical is missing for correct invocation or interpretation.

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 there is no parameter surface for the description to document. With schema coverage at 100% trivially and no params to explain, the baseline of 4 applies.

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 states that this tool returns a plain-language explanation of what submit_enquiry does, with the instruction 'Read first.' It distinguishes itself from the actual submission action by clarifying nothing is bought, ordered, or paid, and no quote is guaranteed, but it does not explicitly differentiate itself from the sibling compare/enquiry 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?

'Read first' is an explicit cue that this tool should be consulted before proceeding, and the content frames it as the entry point for understanding submit_enquiry. It gives clear context for when to use it, though it does not explicitly list exclusions or compare against the sibling tools.

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 Compare HVAC Software 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.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the content of the response but does not explicitly disclose that this is a read-only operation, nor does it mention any authentication, rate-limit, or response-format behavior. The instruction to pass values to submit_enquiry implies a non-mutating lookup, but the transparency is not complete.

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 with no unnecessary words. It front-loads the core 'every field of the enquiry' and then enumerates the attributes, followed by a single practical usage sentence. Every sentence earns its place.

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?

With no output schema, the description does a good job of specifying what the response contains: keys, labels, types, required flags, help text, and options. It also explains how to use the results. It stops short of describing the exact response format or any error conditions, but for a parameterless introspection tool it is largely 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, and the schema coverage is 100%, so the baseline is 4. The description adds useful context by explaining that field keys are used to key answers to submit_enquiry, which clarifies the meaning of the returned key attribute even though no parameters exist.

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 exactly what the tool exposes: every field of the Compare HVAC Software enquiry, including key, label, type, required flag, help text, and allowed options. This is a specific resource with a clear scope, and it is easily distinguished from siblings like compare_criteria or compare_table. The mention of submit_enquiry also anchors its role in the workflow.

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 clear practical guidance: use the returned field keys to key answers when calling submit_enquiry. It does not explicitly name alternative tools or state when not to use this one, but the purpose of inspecting the enquiry fields is self-evident and the workflow hint is valuable.

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 Compare HVAC Software — 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 HVAC software suppliers and specialists, 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 HVAC software suppliers and specialists, 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, the description carries the full burden, and it fully delivers: it reveals the two-step validation flow, the consent line, the confirmation token requirement, the email follow-up, and the fact that providers only see the enquiry after the person clicks the link. This is far more than a generic 'submit 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.

Conciseness5/5

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

The description is dense but every sentence earns its place. It front-loads the key caveat ('NOT a purchase, NOT a guaranteed quote'), then organizes the two-step flow clearly, and states the consent text verbatim rather than paraphrasing.

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 or annotations, the description fully covers what happens before, during, and after the call: validation, returned summary, consent line, token, email, and provider visibility. Nothing needed to invoke the tool correctly is left unspecified.

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 meaningful semantics: 'answers keyed by field key from enquiry_fields', 'confirmation token from step 1', and the exact consent condition. This tells the agent where the parameter values come from and how they relate across the two calls.

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 specific action ('Submits an enquiry') and a specific resource ('to Compare HVAC Software'), and immediately clarifies what it is not ('NOT a purchase, NOT a guaranteed quote'). This clearly distinguishes it from the comparison-focused sibling tools like compare_options and compare_table.

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: Step 1 validates and returns a summary and confirmation token, and Step 2 only proceeds if the person agrees and the token is supplied. It also sets an exclusion boundary by saying it is not a purchase or guaranteed quote, though it does not explicitly name alternative sibling tools.

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. 6 tool updates
    • First observedcompare_criteria
    • First observedcompare_options
    • First observedcompare_table
    • 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
    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
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for PriceTrack that enables AI assistants to search live SaaS pricing, view verified price changes, and compare products side-by-side across 33,000+ vendors.
    4
    68
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

The three compare_* tools cleanly separate criteria, options, and the full table, while the three enquiry_* tools separate explanation, field schemas, and submission. No two tools appear to serve the same purpose.

Naming Consistency4/5

All names use lowercase snake_case, and the compare_* and enquiry_* prefixes create clear grouping. Slight inconsistency exists because compare_* uses verb_noun while enquiry_describe and enquiry_fields put the noun first, but this is readable and predictable.

Tool Count5/5

Six tools is well-scoped for this server: three cover the comparison surface and three cover the enquiry workflow. Each tool has a distinct role without unnecessary bloat.

Completeness5/5

The comparison side fully covers criteria, options, and the full table, while the enquiry side covers explanation, fields, and the two-step submission flow. There are no obvious missing operations for the stated domain.

Resources