site
Server Details
HACCP Software Compare: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
The compare_* tools are cleanly separated into criteria, options, and the full matrix, while the enquiry_* tools are distinct explain/schema/submit steps. There is no meaningful overlap between any tools.
The compare_* and enquiry_* prefixes create clear groupings, but verb-noun order is inconsistent: compare_criteria and submit_enquiry follow verb_noun, while enquiry_describe and enquiry_fields lead with the noun. Minor deviation from a uniform pattern.
Six tools is a well-scoped set for a comparison-site domain: three for browsing comparison data and three for the enquiry workflow. Every tool has a clear purpose.
The set fully covers the domain: all comparison content is accessible via criteria/options/table, and the enquiry flow is complete with schema, explanation, and a two-step consent confirmation process. No obvious dead ends or missing operations.
Available Tools
6 toolscompare_criteriaWhat is comparedCInspect
The criteria and any filters of the UK food safety and HACCP management software comparison.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description must carry the full behavioral burden. It does not mention any effect, side effect, return value, or processing behavior; it only identifies 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 short but under-specified; it is a fragment rather than a usable tool explanation. Brevity here does not earn its place because the core action is missing.
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?
Even though complexity is low with zero parameters and no output schema, the description does not say what the tool does or what invoking it returns. An agent cannot determine when to call it or what to expect.
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 parameters, so the baseline is 4. The description adds domain context about criteria and filters, but there are no parameter semantics to document.
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 a noun phrase ('The criteria and any filters...') with no verb, so it does not state what the tool actually does. It essentially restates the name and title rather than distinguishing an action or output, and it gives no differentiation from siblings like compare_options or 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?
No guidance is provided about when to use this tool versus siblings such as compare_options, compare_table, or enquiry_describe. There are no conditions, exclusions, or alternative-selection hints.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_optionsThe optionsCInspect
The options in the UK food safety and HACCP management 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?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It implies a read operation by describing a filterable list, but it never explicitly says the tool retrieves or returns data. It also does not state side effects, auth requirements, rate limits, or any limitations. A simple 'Returns all options...' would significantly improve transparency.
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 about 30 words and not bloated, but its opening 'The options in...' is a noun phrase that nearly echoes the title. It front-loads context before the actionable filtering detail. It is adequate but not a model of efficient, verb-first structure.
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 two parameters, no annotations, and no output schema, the description is the only guide. It gives enough to guess the tool returns a list of options with name/best-for/tags and can filter by tag, but it does not explain filterKey, whether parameters are required, or what the return shape looks like. An agent would struggle to call this correctly.
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?
Schema description coverage is 0%, so the description must compensate. It mentions filtering 'by a tag value,' which likely maps to filterValue, but filterKey is not explained at all. No types, accepted values, or relationships between the two parameters are clarified, leaving a correct call ambiguous.
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 identifies the resource: options in the UK food safety and HACCP management software comparison, and lists concrete fields (name, best for, tags). This distinguishes it from siblings like compare_table and compare_criteria. However, it is a noun phrase without an explicit verb like 'list' or 'fetch', and the title 'The options' restates the noun instead of adding action.
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 compare_table, compare_criteria, or the enquiry tools. The only usage hint is 'optionally filtered by a tag value,' which describes a filter condition, not when to choose this tool over alternatives. No exclusions or prerequisites are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_tableThe comparison tableAInspect
Each option's value on every criterion of the UK food safety and HACCP management 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?
With no annotations, the description carries the disclosure burden. It does disclose the returned content's shape — every option's value on every criterion as a full table — which is the core behavioral trait for a retrieval tool. It adds nothing about edge cases, such as behavior for an unmatched option name, output format, or an explicit read-only statement.
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?
A single 20-word sentence with zero filler. The core content ('each option's value on every criterion') is front-loaded, followed by the domain context and the clarifying 'full table' tag. Every phrase 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?
For a one-optional-parameter read tool, the description and schema together cover what data is returned and how to filter it. Gaps remain: no guidance on when to prefer this over compare_criteria/compare_options, and no return-format detail despite the absence of an output schema. Adequate but not fully self-sufficient.
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?
Schema coverage is 100% and the schema's parameter description ('one option's name, else all') fully documents the filtering behavior. The tool description contributes nothing about the option parameter, so the baseline of 3 applies — the schema does the heavy lifting.
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 specifies the resource precisely: 'each option's value on every criterion' and emphasizes the complete scope with 'the full table.' This implicitly distinguishes it from the sibling tools compare_criteria and compare_options, which presumably return sliced views. It loses a point for having no verb (list/return/show) and reading as a noun phrase describing content rather than an explicit action.
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?
Usage context is implied rather than stated. The 'full table' framing suggests this is the comprehensive tool versus the narrower compare_criteria/compare_options siblings, but no explicit when-to-use or when-not-to-use guidance is given. An agent must infer the selection logic from sibling names and the em-dash emphasis.
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 HACCP Software Compare: 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, the description carries the behavioral disclosure burden. It is transparent about the non-transactional nature (nothing is bought, ordered, or paid; no quote is guaranteed; it is free) and about the return content. It does not explicitly say the tool itself is read-only, but the describe-oriented wording and absence of params imply this.
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 long, starts with the actionable 'Read first', and contains no filler. Each clause adds useful information about purpose, safeguards, and return content.
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 explanatory tool, the description is nearly complete: it says what the tool explains, the key caveats, and what the response contains. It lacks exact output formatting, but that is a minor gap given the tool's simple nature.
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 an empty schema, so there are no parameter semantics for the description to explain. The baseline of 4 applies, and the description adds no misleading parameter information.
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 that the tool explains what submit_enquiry does on HACCP Software Compare and lists what the response covers, including recipients, consent wording, and confirmation. This makes the tool's purpose clear and distinguishes it from submit_enquiry itself, though it does not explicitly contrast with enquiry_fields.
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 usage cue telling the agent to consult this tool before acting, and the description clarifies that it explains the submission flow rather than executing it. It gives clear context but does not name alternatives or state 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_fieldsThe questions the enquiry asksAInspect
Every field of the HACCP Software Compare 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?
With no annotations, the description carries the full burden. It clearly states the tool returns field metadata and nothing else, implying a read-only, side-effect-free operation. It also specifies the output's composition (key, label, type, required, help text, options) and how the output should be consumed. This is sufficient for an agent to understand the behavior; it does not claim any mutation or side effects, and there is no contradiction with any annotation.
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 the first sentence front-loading the core purpose (listing fields) and the second providing actionable guidance. Every word serves a function; there is no redundancy or filler. It is efficient and well-structured for quick parsing by an agent.
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 tool with no parameters and no output schema, the description is quite complete. It specifies what is returned (field metadata with detailed attributes) and how to use the result (pass answers to submit_enquiry). It does not mention error handling or authentication, but given the tool's simplicity and the absence of annotations, the description covers the essential operational context an agent needs. It could add a note about the absence of pagination or the need to call it once, but these are minor gaps.
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 schema to explain. The description adds meaning by detailing the output structure, which is the only relevant semantic content. Since there are no parameters to clarify, the baseline of 4 for zero-parameter tools applies, and the description compensates by explaining the data returned, which is the tool's only input/output aspect.
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 the tool's purpose: it returns every field of the HACCP Software Compare enquiry, enumerating specific attributes (key, label, type, required, help text, options). This is a specific verb+resource that distinguishes it from siblings like submit_enquiry, which is for submission, and compare_criteria/options/table, which are for comparison features. The intent is unambiguous.
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 a direct usage hint: 'Pass answers to submit_enquiry keyed by field key.' This tells the agent to fetch fields first and then use submit_enquiry, establishing a clear workflow. It does not explicitly mention when not to use it, but the linkage to submit_enquiry implicitly positions it as the prerequisite for form submission. It could explicitly name alternatives, but the guidance is strong.
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 HACCP Software Compare — 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 a food safety software supplier or consultant, 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 a food safety software supplier or consultant, 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 provided, the description carries full responsibility and meets it. It discloses that the operation is not a purchase, requires consent, validates input, returns a summary and consent line, sends an email with a clickable link, and explains the two-step nature. It also quotes the exact consent wording.
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 detailed but every sentence serves a purpose. It is front-loaded with the core purpose and exclusions, then walks through the steps in a logical order. No redundancy or 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 two-step tool with consent and confirmation requirements, the description covers all necessary information: validation, summary display, consent line, token usage, email notification, and the condition for proceeding. No output schema is needed because the description explains what to expect.
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?
Schema coverage is 100%, so baseline is 3. The description adds context beyond the schema: answers must be keyed by field key, consent must be true only when the person agrees to the quoted consent line, and confirmation is the token from step 1. This clarifies the relationship between parameters and the two-step flow.
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 verb and resource ('Submits an enquiry to HACCP Software Compare') and immediately clarifies what it is not ('NOT a purchase, NOT a guaranteed quote'), distinguishing it from sibling comparison tools. The two-step process is also outlined clearly.
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?
Provides explicit step-by-step usage: first call without confirmation, then second call only if the person agrees. It specifies the consent condition and the need for a confirmation token. No alternative tools are mentioned, but the context is unambiguous and the tool's role is fully specified.
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
Compare HVAC Software: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
HVAC Software Picker: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
Snagging Software: the site's own MCP server — compare, enquiry (enquiry = a human handoff, not...
Compare Trade Software: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceLLM Compliance Comparison - MCP server providing AI-powered tools and automation by MEOK AI Labs14MIT
- AlicenseAqualityBmaintenanceUK due diligence MCP server — Companies House, corporate research, compliance checks193MIT
- 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

convergeqa-mcpofficial
AlicenseBqualityBmaintenanceMCP servers for multi-model document review with critique/iterate and compare/due-diligence tools, using public verification receipts.16MIT