Skip to main content
Glama

site

M&A advisory fee calculator

calculate

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scaleNoFee scaledouble
minFeeNoMinimum fee in the engagement letter
flatRateNoFlat percentage (used only for the flat option)
dealValueNoDeal value (enterprise or headline price, USD)
retainerCreditNoAre retainers credited against the success fee?1
retainerMonthsNoMonths the retainer runs
retainerMonthlyNoMonthly retainer or work fee

Schema Changelog

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

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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.

Conciseness3/5

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.

Completeness3/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 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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines3/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

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 Consistency3/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Resources