Skip to main content
Glama

Server Details

Compare Vet 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 Veterinary practice management systems used by UK practices comparison.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

C2.1/5.0
Behavior1/5

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

No annotations are provided, so the description must carry the full behavioral burden, but it describes a noun phrase rather than any behavior. It does not disclose whether the tool returns data, performs a comparison, or triggers any side effects, and there is no mention of output structure or limitations.

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

Conciseness2/5

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

The description is short but poorly structured and ends with an awkward, unclear phrase 'used by UK practices comparison.' It repeats the core idea already present in the tool name and does not front-load a clear action or purpose.

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?

With no output schema and no annotations, the description needs to explain what the tool returns or does, but it fails to do so. While the zero-parameter schema reduces complexity, the agent still lacks enough context to know what result to expect or how this tool fits into the comparison workflow.

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

Parameters4/5

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

The input schema has zero parameters and schema description coverage is 100%, so there are no parameter semantics to explain. The baseline for a zero-parameter tool is 4, and the description does not need to compensate for missing parameter documentation.

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 names a topic — 'criteria and any filters' of UK veterinary practice management systems — but never states an action or operation. It essentially restates the tool name and title ('compare_criteria', 'What is compared') without clarifying whether the tool lists, explains, or compares these criteria. As a result, an agent cannot tell what invoking it actually accomplishes.

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 about when to use this tool versus its siblings such as compare_options or compare_table. The description does not mention conditions, exclusions, or alternative tools, leaving the agent to guess which comparison-related tool is appropriate.

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 Veterinary practice management systems used by UK practices comparison (name, what it is best for, tags), optionally filtered by a tag value.

ParametersJSON Schema
NameRequiredDescriptionDefault
filterKeyNo
filterValueNo

TDQS

C2.6/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It reveals one behavior, optional filtering by a tag value, but does not state whether the operation is read-only, what the response looks like, what happens without filters, or any side effects or error conditions.

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 a single sentence with no redundant filler, so it is concise. However, the long modifier 'Veterinary practice management systems used by UK practices comparison' is grammatically awkward and the description lacks a clear verb, which hurts readability and front-loading.

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?

The tool is low-complexity, but it has no output schema and no annotations, so the description must provide more. It lists the returned fields and mentions filtering, but omits how filtering maps to filterKey/filterValue, the default unfiltered behavior, and the result format. These gaps leave too much for the agent to infer.

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?

Schema description coverage is 0%, and the schema only provides names and string types for filterKey and filterValue. The description says 'filtered by a tag value,' which hints at filterValue, but it never explains what filterKey should be, what valid values exist, or how the two parameters interact. An agent cannot reliably construct a correct filtering call from this.

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: options in the Veterinary practice management systems comparison, and lists the fields returned (name, what it is best for, tags) plus optional tag filtering. This is clear enough to understand what the tool exposes, though it is phrased as a noun phrase rather than a verb and does not explicitly distinguish it from siblings like compare_criteria 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.

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives such as compare_criteria, compare_table, or enquiry_describe. It mentions optional tag filtering but provides no exclusions, prerequisites, or decision rules for selecting this tool over its siblings.

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 Veterinary practice management systems used by UK practices comparison — the full table.

ParametersJSON Schema
NameRequiredDescriptionDefault
optionNoone option's name, else all

TDQS

B3.4/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 of explaining behavior. It communicates that the result is a full table of values across all options and criteria, which is useful but does not state the output format, whether it is a read-only operation, or how the optional parameter affects the result.

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 one sentence and front-loads the key content: each option's value on every criterion. It is concise, though the phrasing around 'comparison — the full table' is slightly awkward.

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 read-style tool with one optional parameter, the description gives the core idea but leaves some context implicit: how it relates to compare_criteria and compare_options, and what the returned table looks like. It is adequate but not fully complete.

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?

Schema description coverage is 100%, with the option parameter documented as 'one option's name, else all'. The description adds no parameter-specific detail, but the schema already covers it, so the baseline of 3 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 identifies a specific resource: the full comparison table of veterinary practice management systems, showing each option's value on every criterion. It is clear enough to distinguish from the sibling tools compare_criteria and compare_options, though it lacks an explicit verb like 'returns'.

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 use when the agent needs the complete matrix rather than a per-criterion or per-option view, but it never explicitly names when to use this tool versus compare_criteria or compare_options. No exclusions or alternative conditions are provided.

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 Vet 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
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 plainly states that nothing is bought, ordered, or paid, that no quote is guaranteed, that it is free, and that it returns consent wording, recipient details, and confirmation method. This gives an agent a solid understanding of the tool's non-transactional, descriptive behavior.

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 reasonably compact and front-loaded with 'Read first,' followed by the core explanation and return-value summary. It is slightly redundant with the title, but every sentence adds useful differentiation or behavioral detail.

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, no-output-schema informational tool, the description is complete: it states purpose, behavioral caveats, and what is returned. It orients the agent to the relevant sibling (submit_enquiry) and leaves no critical gap for correct invocation.

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

Parameters4/5

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

The input schema has zero parameters, so there are no parameter semantics to clarify. The baseline of 4 applies because the description correctly needs no parameter-level detail.

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 identifies the tool's specific job: to explain what submit_enquiry does—starting an enquiry with human providers who quote directly. It clearly distinguishes this informational tool from the action-oriented submit_enquiry and from purchase-related flow, so an agent can tell them apart.

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 opening directive 'Read first' explicitly tells the agent to use this tool before engaging with submit_enquiry. It gives clear context for use, though it does not enumerate alternatives among the other sibling tools 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 Compare Vet 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

A3.9/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 implies a read-only metadata lookup by describing the field schema, but never explicitly says it is read-only, how data is returned, or whether authentication is required. For a zero-parameter tool this is acceptable, but the operation mode remains implicit.

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 filler. The first sentence packs all essential content into a compact enumeration, and the second sentence adds a valuable workflow pointer. Every word 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?

For a tool with no parameters, no output schema, and no annotations, the description provides a thorough list of returned attributes and a link to submit_enquiry. It does not clarify the relationship with enquiry_describe or detail the exact output structure, but the given information is sufficient for basic invocation.

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

Parameters4/5

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

The tool has zero parameters, so the baseline is 4. The description does not need to explain parameters, but it adds relevant guidance by explaining that field keys should be used when submitting answers to submit_enquiry.

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 resource: every field of the Compare Vet Software enquiry, and enumerates its attributes (key, label, type, required, help text, options). However, it lacks an explicit verb like 'list' or 'return', so the operation is implied rather than stated directly.

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 direct usage context by instructing the agent to pass answers to submit_enquiry keyed by field key, which makes the tool's role in a workflow clear. It does not explicitly state when not to use this tool or contrast it with siblings like enquiry_describe, so exclusions are missing.

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 Vet 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 a veterinary software specialist, 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 a veterinary software specialist, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and does so thoroughly: validation and return of a summary/consent line/token in Step 1, email with a required click-through before providers see it in Step 2, and the exact consent wording. Side effects and sequencing are clearly disclosed.

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, front-loading the essential non-purchase caveat and then structuring the process into clear Step 1 and Step 2 instructions. There is no filler or repetition.

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, and a nested answers object, the description is remarkably complete: it specifies input requirements, both call steps, the agreement condition, consent wording, and the post-submission email link requirement. No critical behavior is left unaddressed.

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 coverage is 100%, so the baseline is 3. The description adds meaningful semantics by explaining that answers are keyed by field key from enquiry_fields, that consent maps to the precise quoted statement, and that confirmation is the Step 1 token required for Step 2. This adds value 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 states a specific verb and resource — 'Submits an enquiry to Compare Vet Software' — and immediately clarifies what it is not ('NOT a purchase, NOT a guaranteed quote'). The two-step nature is clearly conveyed, and the tool is readily distinguished from sibling comparison and enquiry-description tools.

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

Usage Guidelines5/5

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

It explicitly describes when and how to call the tool: Step 1 with answers keyed by field key from enquiry_fields and consent=true, then Step 2 only after the person agrees, using the same answers and the confirmation token. It also names a companion tool, enquiry_fields, and forbids treating it as a purchase or quote.

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

B3.4/5.0
Disambiguation4/5

The three compare tools are clearly separated into criteria/filters, options list, and full comparison table, while the three enquiry tools cover description, fields, and submission. There is minor potential confusion between compare_criteria and compare_table, but their descriptions make the boundary clear.

Naming Consistency3/5

compare_criteria, compare_options, compare_table, and submit_enquiry follow a verb_noun pattern, but enquiry_describe and enquiry_fields break that pattern with a noun-first convention. The split is readable but not fully consistent.

Tool Count5/5

Six tools is well-scoped for a comparison-and-enquiry workflow. Each tool serves a distinct step in browsing the comparison or submitting an enquiry, with no redundant tools.

Completeness5/5

The toolset covers the full user journey: exploring criteria, options, and the full table, then understanding, preparing, and submitting an enquiry with a two-step confirmation flow. There are no obvious missing operations or dead ends.

Resources