Skip to main content
Glama

Server Details

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

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 comparedBInspect

The criteria and any filters of the UK payroll software for small and medium employers comparison.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description must carry the behavioral burden. It only states subject matter and does not disclose what happens when called, what output is produced, or whether it is a read-only informational tool. This is a material gap because the agent cannot predict behavior from the text alone.

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 a single short sentence with no filler, and the title front-loads the 'what is compared' idea. It loses a point for awkward phrasing and for relying on the title to supply the implicit action.

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 zero-parameter informational tool the description is reasonably scoped, but without an output schema or annotations it does not state whether it returns a list, a table, or an explanation. The agent can infer purpose but not the exact behavior or return shape.

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 schema has zero parameters, so the baseline is 4. The description adds useful domain context about criteria and filters, and there are no parameter details for it to document.

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 as the criteria and filters used in comparing UK payroll software for small/medium employers, which is specific enough to distinguish from sibling comparison tools at a high level. However, it is phrased as a noun phrase rather than an explicit verb action, so an agent must infer that the tool returns or describes these criteria.

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?

The description gives no guidance about when to invoke this tool versus siblings such as compare_options or compare_table, and it names no alternatives or exclusions. Usage context is only implied by the tool's name and title.

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 payroll software for small and medium employers comparison (name, what it is best for, tags), optionally filtered by a tag value.

ParametersJSON Schema
NameRequiredDescriptionDefault
filterKeyNo
filterValueNo

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are present, so the description bears the full burden. It discloses that results can be filtered by a tag value and indicates the content fields, but it does not state whether the tool is read-only, how the filter behaves (exact match, partial, absent behavior), what happens with no parameters, or the shape of the output.

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 brief and contains useful identifiers, but it is structured as an awkward noun phrase with no front-loaded verb, and 'The options' repeats the title without adding operational clarity. It is under-specified rather than cleanly concise.

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 annotations, no output schema, and two undocumented parameters, the description is too thin: it names the subject and one filter detail but omits the return shape, full filter semantics, and how this option list relates to the sibling comparison tools.

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 coverage is 0% and neither parameter has a description. The text only clarifies filterValue as a tag value and leaves filterKey unexplained, so an agent cannot confidently know what to pass as filterKey or what tag values are valid.

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

Purpose3/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 UK payroll software... comparison') and lists returned fields (name, what it is best for, tags), so an agent knows what the tool is about. However, it is a noun phrase rather than a statement with an action verb: it never explicitly says it lists, returns, or compares options, which leaves the core operation implied.

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?

The description gives no guidance on when to use compare_options versus compare_criteria, compare_table, or the enquiry tools. It only mentions an optional tag filter, with no exclusions, alternatives, or prerequisites.

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 UK payroll software for small and medium employers 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?

No annotations are provided, so the description carries the burden of behavioral disclosure. It communicates scope ('full table', every criterion) and the optional filtering effect, but it does not disclose output format, pagination, or explicitly confirm that this is a safe read-only operation.

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?

A single sentence with no filler. The core content ('each option's value on every criterion') is front-loaded, and the 'full table' qualifier is concise and meaningful.

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 read tool with no output schema or annotations, the description conveys the main output and relies on the schema for the optional filter. It is mostly complete, though it would benefit from a hint about choosing compare_criteria or compare_options.

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 schema already documents the only parameter with 100% coverage: 'one option's name, else all'. The description adds little beyond the schema, so a baseline score of 3 is appropriate; the 'full table' wording does reinforce the default all-options behavior.

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 states a clear output: the value of each option on every criterion in the UK payroll comparison, i.e., the full table. It distinguishes itself from sibling tools like compare_criteria and compare_options by focusing on actual values, though it does not name those alternatives.

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 explicit guidance about when to use compare_table versus compare_criteria or compare_options. The phrase 'full table' implies this is the comprehensive retrieval tool, but the description does not state exclusions or point to alternatives.

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 Payroll 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.

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 transparency burden and mostly meets it: it discloses that the enquiry is free, non-binding, and returns recipient details, consent wording, and confirmation behavior. The verbs 'read', 'states', and 'returns' imply a safe, read-only informational tool, though it could have stated that explicitly.

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 with the most important instruction ('Read first'). Every sentence earns its place: purpose, key clarifications, and return content are covered without redundancy.

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 zero-parameter informational tool with no output schema, the description provides enough for an agent to understand when and why to call it. It could have explicitly stated the response format or that this tool itself has no side effects, but given the low complexity, those omissions are minor.

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 nothing for the description to explain beyond what the empty schema already shows. The baseline of 4 applies.

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 clearly states that this tool explains what submit_enquiry does on Payroll Software Compare, and the title reinforces the outcome: an enquiry with a human, not a purchase or guaranteed quote. This distinguishes it from siblings like submit_enquiry, which performs the actual action.

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 'Read first' is a direct instruction to consult this tool before using submit_enquiry. It also clarifies what submit_enquiry does not do (nothing is bought, ordered, or paid; no quote is guaranteed). However, it does not explicitly address when to use the compare_* sibling tools instead.

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 Payroll 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.

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?

No annotations are provided, so the description carries the burden of behavioral disclosure. It describes the semantic content of the returned fields and their downstream use, which is helpful. However, it does not state the output shape (e.g., array vs. keyed object), whether this is a read-only operation, or any other side-effect/authentication expectations.

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 wasted words. It front-loads the core purpose and then provides one actionable usage pointer. The enumerated attributes are compact but comprehensive.

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 zero-parameter, no-output-schema metadata tool, the description covers what data is returned and how to use it with submit_enquiry. It would be more complete if it specified the return container shape, but it is otherwise sufficient for an agent to call and interpret the tool.

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?

There are zero parameters and the schema coverage is 100% vacuously, so the baseline of 4 applies. The description adds relevant context about how returned field keys should map into submit_enquiry, though there are no parameters for it to document.

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 as 'Every field of the Payroll Software Compare enquiry' and enumerates the exact attributes returned: key, label, type, required flag, help text, and options. This distinguishes it from the compare_* siblings and from submit_enquiry, though it does not explicitly frame the action as a verb like 'list' or 'get'.

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 second sentence, 'Pass answers to submit_enquiry keyed by field key,' gives direct, practical guidance on how the output should be used, establishing clear context. It does not explicitly mention when not to use this tool or name alternatives, but the usage intent is clear.

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

TDQS

A4.7/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 it delivers: it explains validation, the returned summary/confirmation token, the condition for step 2, the email link requirement, and the exact consent wording. It also clearly states that this is not a purchase or guaranteed quote, which prevents misuse.

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 efficiently structured: the non-purchase warning comes first, then Step 1 and Step 2 are clearly separated, and the consent text is included because it is essential. No sentence is padding, and the title adds useful context rather than repeating the description.

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?

There is no output schema, but the description explains what step 1 returns (summary, consent line, confirmation token), what to show the person, what step 2 returns (submission plus an email link), and the condition for proceeding. For a two-step tool with consent requirements, this is complete enough for an agent to call it correctly.

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 value by explaining the step-dependent role of the confirmation token, requiring the same answers in step 2, and tying answers to enquiry_fields. The consent parameter's meaning is largely already in the schema, so this is strong but not a 5.

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 names the specific operation, 'submits an enquiry to Payroll Software Compare,' and immediately disambiguates it from a purchase or a guaranteed quote. The title's 'two steps; not a purchase' further reinforces what this tool is for, making it clearly distinct from comparison-focused siblings.

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 two-step workflow is precisely specified: call once for validation and a confirmation token, then call again with that token only after the person agrees. It also references enquiry_fields for answer keys. It does not explicitly contrast this tool with the compare_* siblings, but the submit-vs-compare distinction is clear enough that this is a minor gap.

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    An enhanced MCP server for Xero, enabling natural language interaction with your Xero organisation for accounting tasks like invoices, contacts, bank transactions, and payroll.
    -
  • F
    license
    B
    quality
    C
    maintenance
    MCP server for paid business data services with free previews and paid tools (enriched search and competitive analysis) using x402 payment flow via Pyrimid Protocol on Base.
    5
    -
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 are clearly separated: criteria lists dimensions, options lists choices, and table provides the cross-product. The enquiry tools are also distinct: describe explains the process, fields provides the schema, and submit_enquiry performs the action.

Naming Consistency4/5

Most names follow a snake_case verb_noun pattern like compare_criteria and submit_enquiry. enquiry_describe and enquiry_fields deviate slightly by leading with the noun, but the overall convention is still readable and predictable.

Tool Count5/5

Six tools is well-scoped for a comparison-and-enquiry site. Each tool serves a clear purpose: three for exploring the comparison data and three for understanding and submitting the enquiry.

Completeness5/5

The tool set fully covers the user journey: discover comparison criteria, see available options, view the full comparison table, then understand, build, and submit an enquiry. There are no obvious dead ends or missing operations for the stated domain.

Resources