site
Server Details
Compare HVAC Software: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
6 toolscompare_criteriaWhat is comparedCInspect
The criteria and any filters of the US HVAC field service software comparison.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| filterKey | No | ||
| filterValue | No |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| option | No | one option's name, else all |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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."
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | the person's answers, keyed by field key | |
| consent | Yes | true only when the person has agreed to: Happy for my details to go to HVAC software suppliers and specialists, who'll contact me directly. | |
| confirmation | No | the confirmation token from step 1, after the person has approved the summary |
TDQS
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.
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.
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.
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.
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.
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.
6 tool updates
- First observed
compare_criteria - First observed
compare_options - First observed
compare_table - First observed
enquiry_describe - First observed
enquiry_fields - First observed
submit_enquiry
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
HVAC Software Picker: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
61Compare Vet Software: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
Compare Trade Software: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
Trades Software Picker: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceUnbiased vendor intelligence MCP server that helps AI agents and developers make informed infrastructure decisions by providing current, structured, neutral vendor comparisons and recommendations.961MIT
- AlicenseAqualityBmaintenanceMCP 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.468MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for qualifying and responding to inbound leads in seconds using a multi-agent AI pipeline.1MIT

convergeqa-mcpofficial
AlicenseBqualityBmaintenanceMCP servers for multi-model document review with critique/iterate and compare/due-diligence tools, using public verification receipts.16MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.