site
Server Details
M&A Advisor Fees: the site's own MCP server — calculator, enquiry (enquiry = a human handoff,...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolscalculateM&A advisory fee calculatorAInspect
Run the M&A advisory fee calculator calculator: Fee on the scale, before any minimum; Completion fee after the minimum applies; Retainers paid over the mandate; Balance payable at completion. Missing inputs fall back to their documented defaults.
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Fee scale | double |
| minFee | No | Minimum fee in the engagement letter | |
| flatRate | No | Flat percentage (used only for the flat option) | |
| dealValue | No | Deal value (enterprise or headline price, USD) | |
| retainerCredit | No | Are retainers credited against the success fee? | 1 |
| retainerMonths | No | Months the retainer runs | |
| retainerMonthly | No | Monthly retainer or work fee |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It explains the calculation flow: fee before minimum, completion fee after minimum, retainers paid over the mandate, and balance at completion, which is meaningful behavioral detail. It does not mention side effects, but as a calculator this is reasonable, and the default-fallback note adds 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 compact and scannable with a colon-separated list, but it contains a redundant typo ('calculator calculator') that undermines polish. Each clause carries information, but the structure is slightly cluttered.
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?
The tool has no output schema, no annotations, and seven optional parameters, so the description needs to compensate. It explains the fee components and defaults, but it does not describe the return value shape or how to handle the output, and it omits guidance on sibling-tool selection. This 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.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all seven parameters. The description adds minimal parameter-level meaning beyond pointing to documented defaults and clarifying the retainer/minimum context, which does not surpass the baseline expectation.
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 operation ('Run') and the resource ('M&A advisory fee calculator'), and it enumerates the fee components it produces. It does not explicitly differentiate from sibling tools like calculator_describe or submit_enquiry, so it misses the top score, but the purpose 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 implies usage context by listing what the calculator computes and notes that missing inputs fall back to defaults. However, it gives no explicit guidance on when to choose this tool over siblings, nor does it mention any prerequisites or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculator_describeWhat M&A advisory fee calculator computesAInspect
The inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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 indicates the tool returns documentation-like content, but it does not explicitly state that it is read-only, performs no calculations, or has no side effects. The scope is clear but the behavioral guarantees are implicit.
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 one well-structured sentence that front-loads the core purpose and enumerates exactly what the tool returns. Every clause contributes meaning, with no filler or redundancy.
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 descriptive tool with no input parameters and no output schema, the description covers the essential content: inputs, outputs, assumptions, and underlying tables. It could be slightly stronger by explicitly noting there are no required parameters or by pointing users to 'calculate' for the actual computation, but it is adequate.
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 the baseline for this dimension is 4. The description adds context about calculator-level inputs (units, ranges, defaults), which is useful even though those are not API parameters. No parameter documentation is needed.
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 what the tool provides: the calculator's inputs with units/ranges/defaults, its outputs, and its assumptions and tables. It is clearly descriptive rather than computational, which helps distinguish it from the sibling 'calculate', though it does not explicitly name that sibling.
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 implies that this tool is for understanding the calculator's inputs, outputs, and assumptions, rather than for performing calculations. However, it does not explicitly say when to use this tool versus 'calculate' or other siblings, so the routing is left to inference.
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 M&A Advisor Fees: 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 full burden and delivers: it discloses that nothing is bought, ordered, or paid; that no quote is guaranteed; that the enquiry is free; and that the returned content includes recipient details, consent wording, and confirmation mechanism. This gives the agent meaningful behavioral context beyond the tool name.
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 four short sentences that cover purpose, key constraints, and return content without filler. The most important instruction ('Read first') is front-loaded, and every sentence 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 zero-parameter, no-output-schema describe tool, the description covers the essential context: what submit_enquiry does, the non-purchase and no-guarantee caveats, the cost, and the returned information. It could more explicitly contrast with calculator_describe/enquiry_fields, but nothing required to call this tool correctly is missing.
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 the baseline is 4. The description appropriately says nothing about inputs because there are none to document; the schema already provides complete coverage.
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 clearly that this is a read-first explainer for submit_enquiry, naming the specific operation ('starts an enquiry with human providers who quote directly') and the domain (M&A Advisor Fees). It also distinguishes itself from submit_enquiry by describing rather than performing the submission, and the title reinforces the non-purchase framing.
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 opening 'Read first' gives explicit timing guidance: consult this tool before acting on submit_enquiry. It clearly explains what submit_enquiry does so an agent can decide whether that tool fits, but it does not explicitly name alternatives such as calculator_describe or enquiry_fields or state when not to use this tool.
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 M&A Advisor Fees 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 burden of behavioral disclosure. It does well by specifying exactly what information is exposed and how the output relates to submit_enquiry. It does not explicitly state that the operation is read-only, but the zero-parameter schema and descriptive nature make that reasonably clear.
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?
Two sentences with no filler. The first sentence front-loads the content details, and the second immediately provides actionable guidance about downstream usage.
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 stateless metadata-introspection tool with no input schema and no output schema, the description is sufficient: it names the enquiry, enumerates the field metadata, and explains how to use the result. Nothing essential is missing.
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 ambiguity. The description adds valuable semantic context by explaining that the field keys returned here are the same keys to use when submitting answers to submit_enquiry.
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 ('every field of the M&A Advisor Fees enquiry') and lists the exact content returned (key, label, type, required, help text, options). However, it lacks an explicit verb like 'returns' or 'lists', and it does not directly distinguish itself from the sibling enquiry_describe.
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?
It provides useful context by stating that answers should be passed to submit_enquiry keyed by field key, implying this tool is the right lookup before submission. It does not explicitly compare against alternatives like enquiry_describe, so it falls short of full routing guidance.
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 M&A Advisor Fees — 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 relevant corporate finance advisor, 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 relevant corporate finance advisor, 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, the description carries the full burden and meets it: it reveals the two-step submission flow, the consent requirement with the exact consent text, the fact that a confirmation token is returned, and that an email link must be clicked before any provider sees the enquiry. This goes well beyond the schema to explain side effects and sequencing.
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 tightly structured into Step 1 and Step 2, with the key exclusion placed first. Every sentence adds necessary operational knowledge; the length is justified by the two-step complexity and no redundant filler is present.
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 tool with no output schema and no annotations, the description is complete: it explains what the first call returns, what the agent must show the user, what the second call requires, and what happens after submission (email and click-before-view). The single gap, exact response shape, is not necessary given the explicit procedural guidance.
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?
Even though schema coverage is 100%, the description adds crucial meaning: answers must be keyed from enquiry_fields, consent must be true only after the user agrees to the quoted line, and confirmation is the step-1 token that must be passed in step 2. The parameter roles and ordering are fully explained beyond the schema.
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 M&A Advisor Fees') and immediately differentiates the tool by saying it is NOT a purchase or guaranteed quote. The two-step nature is front-loaded in both title and description, so an agent can distinguish it from calculators and describe tools.
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 provides an explicit step-by-step usage protocol: call with answers and consent, show the summary, then call again with the confirmation token only after the person agrees. It also references enquiry_fields for keying answers, offering clear cross-sibling guidance, and states what the tool is not for (purchases/guaranteed quotes).
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.
5 tool updates
- First observed
calculate - First observed
calculator_describe - 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
Which M&A Advisor: the site's own MCP server — compare, enquiry (enquiry = a human handoff, not...
61Business Worth Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
51409A Cost: the site's own MCP server — calculator, enquiry (enquiry = a human handoff, not a...
51Accountancy Practice Valuation: the site's own MCP server — enquiry (enquiry = a human handoff,...
31
Related MCP Servers
- FlicenseNot gradedqualityAmaintenanceFinancial model factory MCP server: turns a spec into a live-formula Excel workbook. 14 templates (LBO, DCF, M\&A, IPO, restructuring, project finance, NPL, structured credit, 3-statement) with every cell formulated and every number source-traced to its document page.1-
- AlicenseAqualityCmaintenanceMCP server exposing UK financial adviser calculations (tax, IHT, pensions, portfolios) to any MCP-capable client.6MIT
- FlicenseBqualityCmaintenanceMCP 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-
- AlicenseNot gradedqualityDmaintenanceMCP server for qualifying and responding to inbound leads in seconds using a multi-agent AI pipeline.1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: calculate runs the fee calculator, calculator_describe explains the calculator, enquiry_describe explains the enquiry process, enquiry_fields lists form fields, and submit_enquiry submits the two-step enquiry. No overlap or ambiguity between them.
Naming is mixed: calculate is a bare verb, calculator_describe and enquiry_describe follow a noun_describe pattern, enquiry_fields is noun_noun, and submit_enquiry is verb_noun. The patterns are readable but not consistent, requiring a bit more effort to infer tool behavior from names.
Five tools is well-scoped for a server that covers both a calculator and an enquiry flow. Each tool has a distinct role and the count feels neither thin nor bloated.
The server covers its full lifecycle: users can calculate fees, understand the calculator, learn about the enquiry process, get the required fields, and submit the enquiry with confirmation. There are no missing operations that would leave an agent stuck.