Skip to main content
Glama

Server Details

Accounting Firm Value: 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 Business valuation report types, by what they are accepted for comparison.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of explaining behavior. It hints at some comparison-acceptance concept but does not state whether the tool returns data, how it behaves, what 'accepted for comparison' means, or whether there are any limitations. This is insufficient for invoking the tool confidently.

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 appropriately short and front-loaded, but the phrasing 'by what they are accepted for comparison' is awkward and unclear. It earns no points for wasted length, but the structure sacrifices clarity for brevity.

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?

There is no output schema and no annotations, so the description must explain what the tool returns or how the results are presented. It does not state the output format, what comparison results will look like, or what 'accepted for comparison' means. An agent still lacks enough context to predict the tool's behavior.

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

Parameters4/5

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

The tool has zero parameters and an empty input schema, so the baseline is 4. The description does not need to add parameter details because there are none to document.

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

Purpose2/5

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

The description is a noun phrase rather than a statement with a verb, so it does not clearly say what the tool does. It references 'criteria and any filters of the Business valuation report types,' but leaves the action ('compare'?) to be inferred from the tool name and title. This is closer to a vague restatement than a clear purpose.

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 this tool versus its siblings such as compare_options or compare_table. No conditions, exclusions, or alternative recommendations are provided, so an agent cannot confidently route between the compare-family tools.

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 Business valuation report types, by what they are accepted for comparison (name, what it is best for, tags), optionally filtered by a tag value.

ParametersJSON Schema
NameRequiredDescriptionDefault
filterKeyNo
filterValueNo

TDQS

C2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does mention that results can be optionally filtered by a tag value and lists included fields, but it leaves unclear what the tool returns, whether it performs a comparison, and how the filter behaves.

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 the phrasing is grammatically awkward and the core operation is missing. Brevity does not help when the single sentence still leaves the tool's purpose ambiguous.

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 has no output schema, no annotations, and only vague parameter documentation, so the description needs to explain return values, filtering semantics, and when to choose this over sibling tools. It covers almost none of these, leaving the context incomplete.

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

Parameters2/5

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

The schema description coverage is 0%, so the description must clarify the parameters. It only hints at filtering by 'a tag value', which likely maps to filterValue, but says nothing about filterKey, its possible values, or the relationship between the two parameters.

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 begins with 'The options', which essentially restates the title and does not use a clear verb like 'list' or 'retrieve'. It identifies a resource ('options in the Business valuation report types') and some fields, but an agent cannot be certain whether the tool returns options, compares them, or filters them.

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 siblings such as compare_criteria, compare_table, or enquiry_describe. The only usage hint is the optional tag filter, but there is no exclusion or alternative-routing information.

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

compare_tableThe comparison tableCInspect

Each option's value on every criterion of the Business valuation report types, by what they are accepted for comparison — the full table.

ParametersJSON Schema
NameRequiredDescriptionDefault
optionNoone option's name, else all

TDQS

C2.5/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, but it does not state what the tool returns, whether it is a read-only operation, how missing or invalid options are handled, or what 'accepted for comparison' means in practice. It describes the table's content, not the tool's behavior.

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 and reasonably short, but it is syntactically awkward and the clause 'by what they are accepted for comparison' is vague and potentially confusing. It earns points for brevity but loses them for clarity.

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

Completeness2/5

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

For a simple one-parameter tool with no output schema and no annotations, the description should clarify the return shape and default behavior when option is omitted. It does neither. An agent would still be uncertain what invoking this tool actually produces.

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 coverage is 100% because the only parameter, option, has a description ('one option's name, else all'). The tool description adds no extra meaning about the parameter beyond what the schema already provides, so the baseline of 3 applies.

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 states the tool's subject matter — option values across criteria for Business valuation report types — but it is phrased as a noun phrase ('the full table') rather than an action an agent can invoke. It does not clearly distinguish itself from the sibling tools compare_criteria and compare_options, both of which likely cover similar ground.

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 compare_table versus compare_criteria or compare_options. The phrase 'the full table' hints that this is the comprehensive view, but it never explicitly says 'use this for all options and criteria at once' or names any alternative.

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 Accounting Firm Value: 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.9/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral disclosure burden and succeeds: it states nothing is bought, ordered, or paid, no quote is guaranteed, it is free, and it lists the returned information—recipients, consent wording, and confirmation method. This gives the agent a clear safety and side-effect profile.

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 short, front-loaded with 'Read first,' and each clause adds a distinct fact: what the tool explains, what it avoids, its cost, and what it returns. There is no redundant or filler wording.

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 parameterless informational tool with no output schema, the description fully covers what the tool does, what it does not do, and what its return value covers. Enough information is present for an agent to decide when to call it and what to expect.

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 the baseline is 4. There are no parameter details for the description to add, and no confusion is introduced.

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 purpose: 'States plainly what submit_enquiry does' and immediately differentiates it from a purchase, order, or guaranteed quote. The title reinforces that the result is an explanation of what the user gets, not the transaction itself, so the agent can distinguish enquiry_describe from submit_enquiry.

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?

The imperative 'Read first' tells the agent to consult this tool before engaging with submit_enquiry, and the description explicitly frames what this tool is not: a purchase, an order, a payment, or a guaranteed quote. It clearly signals that this tool provides pre-submission context rather than performing the submission.

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 Accounting Firm Value enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It communicates that this is an informational field-listing tool and points submission activity to submit_enquiry, but it does not explicitly confirm that this tool is read-only, has no side effects, or has no auth/operational constraints.

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 tight sentences with no filler. The first sentence front-loads the main purpose and output contents, and the second immediately connects the result to the relevant sibling tool.

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 metadata tool with no output schema, the description explains what is returned and how to use the results. It stops short of specifying the exact output shape, such as whether the result is an array of objects, but the listed attributes are sufficient for correct use.

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

Parameters4/5

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

The tool has zero parameters, so there is no parameter ambiguity. The description adds meaningful context by telling the agent that the field keys returned here are the exact keys to use when calling submit_enquiry.

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 clearly that the tool returns every field of the Accounting Firm Value enquiry, including key, label, type, required status, help text, and allowed options. It is specific about the resource and content, and it distinguishes itself from submit_enquiry by noting that answers should be passed there keyed by field key.

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 provides clear usage context: obtain the field keys from this tool, then pass answers to submit_enquiry using those keys. It does not explicitly contrast this with tools like enquiry_describe or the compare tools, so alternative routing is left somewhat implicit.

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 Accounting Firm Value — 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 business valuation firms, 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 business valuation firms, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden, and it delivers: it explains the two-step validation and confirmation flow, the consent requirement, email delivery, and the condition that the provider only sees the enquiry after the person clicks the link. Side effects are disclosed transparently.

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 dense but every major idea earns its place: non-purchase caveat, two-step flow, consent text, confirmation token, and email-link requirement. It is formatted as a single block rather than clean numbered steps, but remains easy to follow.

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 and no annotations, the description is highly complete: it tells the agent what to send, when to send it, what to show the person, when to resend, what consent means, and what happens after submission. The reference to enquiry_fields also routes the agent to the correct source for answer keys.

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%, but the description adds workflow meaning: answers are keyed by field key from enquiry_fields, consent is tied to the exact consent line, and confirmation is the token returned from step 1. It does not restate schema types but does clarify parameter roles across the two calls.

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

Purpose5/5

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

The description states a specific action ('Submits an enquiry'), a target (Accounting Firm Value), and explicitly differentiates it from a purchase and a guaranteed quote. It also clearly separates this submission tool from sibling comparison and 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 Guidelines4/5

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

The description provides clear step-by-step usage instructions: first call without a confirmation token, then call again only after the person agrees. It notes the tool is not for purchases, but it does not explicitly name sibling tools as alternatives or state when not to use them.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation5/5

The three compare_* tools cleanly separate criteria, options, and the full table, while the enquiry_* tools distinguish describing the process, listing fields, and submitting. There is no meaningful functional overlap between any two tools.

Naming Consistency4/5

compare_criteria, compare_options, and compare_table follow a consistent verb_noun pattern, and enquiry_describe and enquiry_fields share an enquiry_ prefix. submit_enquiry breaks that prefix pattern slightly, but the names remain clear and predictable overall.

Tool Count5/5

Six tools cover two well-defined workflows without redundancy: comparison of report types and submission of an enquiry. Each tool has a distinct, necessary role.

Completeness5/5

The comparison tools provide the criteria schema, available options, and full value matrix, covering the comparison workflow end-to-end. The enquiry tools explain the process, provide the field schema, and support the two-step consent/confirmation submission, leaving no obvious dead ends.

Resources