Skip to main content
Glama

site

Submit an ENQUIRY to human providers (two steps; not a purchase)

submit_enquiry

Submits an enquiry to Which M&A Advisor — 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 M&A advisory firms, who'll contact me directly."

Input Schema

TableJSON 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 M&A advisory firms, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

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 fully discloses behavior: it is a two-step operation requiring consent and confirmation, it returns a summary and token in step 1, and it triggers an email verification step before submission. It also quotes the exact consent text and clarifies the consequence of proceeding. This exceeds typical annotation coverage and provides complete behavioral transparency.

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 lengthy but justified given the two-step process. It is front-loaded with purpose and exclusions, then structured with explicit Step 1 and Step 2 labels. Every sentence adds information; while it could be tightened, the verbosity is necessary for clarity and does not waste the agent's attention.

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?

The description covers all aspects needed for correct invocation: the two-step flow, consent requirements, the confirmation token, the email verification, and the explicit consent wording. It also explains what step 1 returns (summary, consent line, token). No output schema exists, but the description adequately describes the expected outcomes and side effects, making it complete for the agent.

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

Parameters5/5

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

Although schema coverage is 100%, the description adds significant semantic value: it explains that answers are keyed by field keys from enquiry_fields, that consent must be explicitly agreed upon (quoting the exact text), and that confirmation is the token returned from step 1. This context is essential for correct usage and is not fully apparent from the schema alone.

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 the tool's function: submitting an enquiry to Which M&A Advisor, explicitly excluding purchase and guaranteed quotes. It also references the enquiry_fields tool for field keys, making it distinguishable from sibling tools. The two-step process is described with precision, leaving no ambiguity about the 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 description provides explicit step-by-step usage instructions: when to call (step 1) and when to call again (step 2, only after consent). It also states exclusions ('NOT a purchase, NOT a guaranteed quote') and specifies that the person must receive and click an email link before providers see the enquiry. It lacks a direct contrast with sibling tools like compare_* but gives sufficient context for appropriate invocation.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation5/5

Each tool targets a clearly separate concern: comparison criteria, comparison options, the full comparison table, the enquiry explanation, the enquiry field schema, and submission. There is no real overlap or ambiguous boundary between any of the six tools.

Naming Consistency3/5

The compare_* and enquiry_* prefixes give some structure, but the pattern is inconsistent: compare_criteria and compare_table use a verb-like prefix while enquiry_describe and enquiry_fields use noun-first naming, and submit_enquiry breaks the enquiry_ prefix convention. The names remain readable but do not follow a single predictable pattern.

Tool Count5/5

Six tools is a well-scoped count for this server's purpose: three tools expose a comparison, two describe the enquiry form and flow, and one submits the enquiry. Nothing feels redundant or missing at the tool-count level.

Completeness5/5

The server covers the full apparent lifecycle for its purpose: users can inspect the comparison criteria, available options, the full comparison table, understand what submitting an enquiry does, see all required fields, and submit with a two-step confirmation. No obvious dead ends or missing operations exist for the stated domain.

Resources