IMERGEA M&A Advisory
Server Details
Free SME valuation, sell-readiness, M&A pricing, partner and deal-referral tools in EN/FR/ES/PT.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- imergea/imergea.com-mcp
- GitHub Stars
- 0
- Server Listing
- com.imergea/ma-advisory
TDQS
The analytical and deal-flow tools are distinct, but the service-info cluster overlaps heavily: get_capabilities, list_advisory_services, recommend_advisory_service, and get_advisory_booking_link all describe paid packages, pricing, or handoff routing. In particular, get_advisory_booking_link and list_advisory_services both claim to handle price questions, making the boundaries genuinely unclear for an agent.
Most tools follow an imergea_<verb>_<object> pattern such as assess_transaction_readiness, get_capabilities, and refer_deal, but imergea_business_valuation and imergea_partner_application are noun-phrase names without an imperative verb. The prefix and snake_case keep everything readable, yet the convention is mixed.
Eight tools is a reasonable size for an M&A advisory surface covering valuation, readiness, services, partner intake, and deal referral. However, four of the eight tools are dedicated to the same discovery/booking funnel—capabilities, list services, recommend, and booking link—so the cluster feels slightly over-decomposed.
The core read-only journeys are covered: free indicative valuation, readiness assessment, paid service discovery and booking handoff, partner application, and deal referral. There are minor gaps such as no general contact/FAQ tool or status-tracking mechanism, but agents can work around these because the server intentionally avoids personal-data submission and hands off to human forms.
Available Tools
8 toolsimergea_assess_transaction_readinessIMERGEA Transaction ReadinessARead-onlyIdempotentInspect
Assess how ready an SME or mid-market company is for buyer or investor scrutiny using the IMERGEA 7-dimension Sell-Ready / SME Friction Map. Returns a 0-100 readiness score, verdict, friction by dimension, and a prioritised action plan.
| Name | Required | Description | Default |
|---|---|---|---|
| legal | Yes | Legal, tax, IP, employment and regulatory readiness: 1=material gaps/exposure; 3=current with manageable exposure; 5=recently audited and transfer-ready. | |
| language | No | Language for human-readable results. | en |
| strategy | Yes | Strategic positioning and growth visibility: 1=no documented plan; 3=basic growth narrative; 5=data-backed growth story with clear buyer synergy logic. | |
| contracts | Yes | Customer/supplier contracts and revenue visibility: 1=informal/high concentration; 3=main contracts signed; 5=fully documented and diversified. | |
| financials | Yes | Financial clarity and reporting: 1=no management reporting; 3=normalized P&L/basic KPIs; 5=audit-ready accounts, EBITDA bridge and clear recurring revenue. | |
| governance | Yes | Corporate structure and governance readiness: 1=unclear/informal; 3=basic documents in place; 5=fully rationalized, executed and data-room ready. | |
| management | Yes | Management depth and founder dependency: 1=founder-dependent; 3=second line exists but founder remains central; 5=team can operate without founder. | |
| operations | Yes | Operational processes, systems and scalability: 1=informal/undocumented; 3=main processes documented; 5=integrated, automated, compliant and transferable. |
Output Schema
| Name | Required | Description |
|---|---|---|
| tool | Yes | |
| verdict | Yes | |
| provider | Yes | |
| dimensions | Yes | |
| disclaimer | Yes | |
| readiness_score | Yes | |
| priority_actions | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the agent knows it's a safe, non-mutating operation. The description adds value by specifying the output (0-100 score, verdict, friction by dimension, action plan), which clarifies the behavioral result beyond the annotations. It does not contradict annotations and adds useful non-obvious details about the return structure.
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 a single, well-structured sentence that packs in the target audience, the framework used, and the output components. It is front-loaded with the primary purpose and contains no filler or repetition. Every clause adds meaningful information.
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?
Given the tool's moderate complexity (7 required parameters, output schema exists), the description provides sufficient context: it names the framework, the output categories, and the scoring scale. It does not explain edge cases or prerequisites, but the schema and annotations cover safety and parameter details. The description is adequate for an agent to understand the tool's role and invoke it correctly.
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?
Input schema has 100% description coverage; each parameter (governance, financials, contracts, etc.) has a detailed 1-5 scale description. The tool description itself does not repeat or augment parameter semantics, only mentions the 7 dimensions generically. Since the schema fully documents parameters, a baseline score of 3 is appropriate.
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 tool assesses readiness for buyer/investor scrutiny using the IMERGEA 7-dimension map. It specifies the target (SME/mid-market), the method, and the output (score, verdict, friction, action plan). This distinguishes it from sibling tools like imergea_business_valuation or imergea_recommend_advisory_service.
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 the tool is for readiness assessment but does not explicitly contrast it with alternatives or state when not to use it. It mentions the readiness focus, which separates it from valuation and advisory services, but lacks explicit usage guidance like 'use this before a transaction' or 'when a company wants to gauge sell-readiness.' No exclusions or alternatives are named.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
imergea_business_valuationIMERGEA Business ValuationARead-onlyIdempotentInspect
Estimate an SME or mid-market company value using the IMERGEA six-method valuation methodology: EBITDA multiple, revenue multiple, DCF, asset-based NAV, public-market comparables discounted for private-company status, and liquidation floor. The headline estimated_value_range is Equity Value: it derives an Enterprise Value corridor from positive EBITDA, revenue and FCFF DCF results, then subtracts net debt. NAV, comparables and the liquidation floor are reported separately. Also returns an aggregated listed-peer KPI benchmark when real sector data is available for the selected sector and region. Monetary inputs are full currency units by default; set amount_unit to millions to use values such as 5 for 5 million. If you supply total_assets, it is used as provided; the six asset lines are then used only for the liquidation floor.
| Name | Required | Description | Default |
|---|---|---|---|
| ebitda | Yes | ||
| revenue | Yes | ||
| currency | No | ISO-style three-letter currency label. No FX conversion is performed. | EUR |
| industry | Yes | ||
| language | No | Language for human-readable results: English, French, Spanish or Portuguese. | en |
| employees | No | ||
| equipment | No | ||
| geography | Yes | ||
| inventory | No | ||
| net_income | No | ||
| amount_unit | No | units | |
| real_estate | No | ||
| total_assets | No | ||
| financial_debt | No | Interest-bearing financial debt, distinct from total accounting liabilities. | |
| free_cash_flow | No | ||
| cash_equivalents | No | ||
| gross_margin_pct | No | ||
| intangible_assets | No | ||
| total_liabilities | No | ||
| accounts_receivable | No | ||
| expected_growth_pct | No | ||
| terminal_growth_pct | No | ||
| historical_growth_pct | No | ||
| intellectual_property | No | none | |
| customer_retention_pct | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| tool | Yes | |
| methods | Yes | |
| currency | No | |
| provider | Yes | |
| disclaimer | Yes | |
| loss_making | No | |
| valuation_caveat | No | |
| data_completeness | No | |
| estimated_value_range | Yes | |
| listed_peer_benchmark | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, idempotent, and non-destructive behavior, so the description's value comes from methodology disclosure: the EV-to-equity derivation, separate reporting of NAV/comparables/liquidation floor, conditional benchmark, amount_unit scaling, and the total_assets override behavior. This goes well beyond what annotations or schema alone convey.
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?
Every sentence contributes: methodology, output definition, conditional benchmark, unit semantics, and an asset-input edge case. The structure front-loads what the tool does before diving into caveats, and there is no filler or tautology.
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 complex 25-parameter tool with an output schema, the description covers the key semantic ambiguities an agent would face: what the headline value means, when the benchmark appears, how monetary units work, and how total_assets changes the valuation logic. The existing output schema covers return-value shape, so the description does not need to restate it.
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?
With only 12% schema description coverage, the description compensates for the most error-prone parameters: amount_unit ('5 for 5 million'), total_assets ('used as provided; the six asset lines are then used only for the liquidation floor'), and the role of EBITDA/revenue/FCFF in the headline corridor. It does not explain every optional field, but the remaining names are largely self-explanatory.
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 opens with a precise verb and resource: 'Estimate an SME or mid-market company value' using a named six-method methodology. It distinguishes this tool from all siblings, which are advisory/booking/referral tools, and clarifies that the headline output is Equity Value rather than Enterprise Value.
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 makes the tool's context clear enough: this is the valuation tool, while all siblings target advisory, readiness, booking, referral, or capabilities. It does not explicitly give when-not-to-use guidance, but no close alternative exists in the sibling list, and it does add a condition for the benchmark output ('when real sector data is available').
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
imergea_get_advisory_booking_linkGet Secure IMERGEA PAID Advisory Booking LinkARead-onlyIdempotentInspect
Return the localized, preselected secure human-handoff URL for a PAID valuation review, buyer/investor longlist, teaser and Information Memorandum, or full deal preparation package. Use when the user wants the price or correct booking/Stripe route. Public read-only: never collect card data, secrets or email; never create a booking or payment.
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | ||
| language | No | en |
Output Schema
| Name | Required | Description |
|---|---|---|
| tool | Yes | |
| language | Yes | |
| provider | Yes | |
| next_step | Yes | |
| booking_url | Yes | |
| payment_flow | Yes | |
| privacy_notice | Yes | |
| selected_service | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With readOnlyHint=true, idempotentHint=true, and destructiveHint=false already in annotations, the description adds useful behavioral context: 'never collect card data, secrets or email; never create a booking or payment.' It also discloses 'localized, preselected' URL behavior, going beyond the annotations. No contradiction.
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 two sentences, front-loaded with the core purpose and followed by usage and safety notes. Every sentence earns its place with zero redundancy, making it highly concise and well-structured.
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?
Given the tool's simplicity (2 parameters, one enum each, rich annotations, and an output schema), the description covers purpose, usage, and safety sufficiently. It does not need to detail return values because the output schema exists. The only gap is the language parameter explanation, but overall it is complete enough for a straightforward URL-returning tool.
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 0%, so the description must compensate. It enumerates the four service values in prose but does not explicitly tie them to the 'service' parameter, nor does it explain the 'language' parameter beyond the vague 'localized'. The enum values are self-explanatory, but the description could be more explicit about parameter meaning and defaults.
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 tool returns a secure human-handoff URL for paid advisory services, enumerating the specific service types (valuation review, longlist, teaser/IM, full deal prep). This specific verb+resource phrasing distinguishes it from sibling tools like list_advisory_services or recommend_advisory_service, which serve different purposes.
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?
Explicitly provides a usage trigger: 'Use when the user wants the price or correct booking/Stripe route.' It does not mention alternative tools or exclusions, but the context is clear enough to guide selection. A slightly stronger statement about when not to use (e.g., for free advisory content) would elevate this.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
imergea_get_capabilitiesIMERGEA MCP CapabilitiesARead-onlyIdempotentInspect
Returns the 8 public read-only IMERGEA MCP tools, supported languages, and the explicit FREE indicative valuation versus PAID advisory journey with secure human handoff.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| server | Yes | |
| version | Yes | |
| provider | Yes | |
| current_tools | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true and idempotentHint=true, and the description aligns by saying 'returns' and 'read-only'. It adds valuable context about the specific content (8 tools, languages, advisory journey) and the secure human handoff, which is beyond what annotations provide. No contradiction.
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?
A single sentence that front-loads the verb 'Returns' and compresses all essential information (tools, languages, journey, handoff) without any fluff. Every word contributes to the meaning.
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 is simple with no parameters and an output schema present. The description names the key components (8 tools, languages, FREE/PAID journey, handoff) which sufficiently covers what the agent needs to know. The output schema handles the specific return structure, so no further detail is needed.
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?
There are zero parameters, so the baseline of 4 applies. The description does not need to explain parameters and adds no parameter-specific information, but no further clarification is required.
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 tool's function: it returns the 8 public read-only IMERGEA MCP tools, supported languages, and the FREE vs PAID advisory journey. This is a specific verb+resource that distinguishes it from sibling tools which perform specific actions like valuation or advisory booking.
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?
While it's implicitly a capability-discovery tool to be used first, the description does not explicitly state when to use it or mention alternatives. No when-not-to-use guidance is provided, but the purpose is clear enough that an agent would likely infer its usage as an entry point.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
imergea_list_advisory_servicesIMERGEA M&A & Strategic Advisory MenuARead-onlyIdempotentInspect
List the FREE indicative valuation entry point and four PAID fixed-scope IMERGEA advisory packages with authoritative prices, translated names, deliverables, limitations and localized links. Use for questions about price, free valuation, valuation review, buyer/investor longlists, teaser/IM or full deal preparation.
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Language for human-readable results. | en |
Output Schema
| Name | Required | Description |
|---|---|---|
| tool | Yes | |
| currency | Yes | |
| language | Yes | |
| provider | Yes | |
| paid_services | Yes | |
| booking_notice | Yes | |
| free_entry_point | Yes | |
| rate_per_day_eur | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With readOnlyHint, idempotentHint, and destructiveHint already provided by annotations, the description adds useful behavioral context: it clarifies the tool merely lists packages, distinguishes free vs. paid offerings, and notes that outputs are localized and authoritative. This is consistent with a safe, read-only menu operation.
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 economically written: one sentence lists exactly what the tool returns, and a second sentence states the intended use cases. No filler or redundant restatement of the tool name or schema is present, and the most important scoping information is front-loaded.
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?
This is a simple list/read tool with one optional parameter, strong annotations, and an output schema. The description fully covers what the tool does, what content it returns, and when to use it. Nothing material is missing for an agent to select and invoke it correctly.
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%, and the single 'language' parameter already has an enum and a clear description. The tool description adds context about 'translated names' and 'localized links,' which implies language affects output, but it does not need to explain parameter mechanics further.
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 uses a specific verb ('List') and precisely identifies the resource: the free indicative valuation entry point plus four paid fixed-scope advisory packages. It also enumerates the kind of information returned (prices, translated names, deliverables, limitations, links), which clearly differentiates it from advisory recommendation or assessment siblings.
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 gives explicit use-case guidance: 'Use for questions about price, free valuation, valuation review, buyer/investor longlists, teaser/IM or full deal preparation.' This provides clear context for when to invoke the tool, though it does not explicitly state when not to use it or name alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
imergea_partner_applicationPartner with IMERGEAARead-onlyIdempotentInspect
Help an independent consultant, advisor or transaction professional assess fit with the IMERGEA partner network and prepare a concise application. Use when someone is improving a CV or LinkedIn profile, exploring advisory work, seeking M&A assignments, or offering transaction expertise. This tool does not submit personal data or upload a CV; it returns a secure handoff to the simplified IMERGEA form for explicit review and consent.
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Language for human-readable results. | en |
| mandate_types | Yes | ||
| profile_summary | Yes | Short professional summary without sensitive personal data. | |
| contribution_blocks | Yes | ||
| linkedin_profile_ready | No | Whether the user has a LinkedIn profile ready to provide on the secure form. |
Output Schema
| Name | Required | Description |
|---|---|---|
| fit | Yes | |
| tool | Yes | |
| provider | Yes | |
| next_step | Yes | |
| privacy_notice | Yes | |
| application_url | Yes | |
| prepared_summary | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
While annotations already mark read-only and non-destructive, the description adds that it 'returns a secure handoff to the simplified IMERGEA form for explicit review and consent.' This is extra behavioral context not present in annotations, providing transparency about what happens (returns a handoff) and what it avoids (submission).
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 two sentences, front-loaded with the core purpose, and contains no fluff. Every clause adds value—first sentence defines the tool, second sentence gives usage and a key limitation. Well-structured.
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?
Given an output schema exists)Skip the need to describe return values is reduced. The description covers purpose, target users, usage context, and a key behavioral boundary (no data submission). It is complete enough for an agent to invoke correctly, though it doesn't detail all parameter interactions—acceptable given schema coverage.
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 60% (language, profile_summary, linkedin_profile_ready have descriptions; mandate_types and contribution_blocks only have enums). The tool description does not explain what these parameters mean beyond the schema, so it adds minimal value. Baseline 3 is appropriate since the schema partially covers the meaning.
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 tool's purpose: 'assess fit with the IMERGEA partner network and prepare a concise application.' It uses a specific verb (assess/prepare) and resource (partner network), and distinguishes itself from sibling tools by focusing on partner application rather than transaction readiness or valuation.
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 explicitly says 'Use when someone is improving a CV or LinkedIn profile, exploring advisory work, seeking M&A assignments, or offering transaction expertise.' It also clarifies what it does NOT do ('does not submit personal data or upload a CV'), which helps set boundaries, though it doesn't name alternative tools explicitly.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
imergea_recommend_advisory_serviceRecommend FREE Valuation or PAID IMERGEA AdvisoryARead-onlyIdempotentInspect
Route a user either to the FREE indicative valuation tool or to the right PAID package for professional valuation review, buyer/investor longlist, teaser and Information Memorandum, or full deal preparation. Paid checkout occurs securely on imergea.com only after human review and consent; this tool never books or takes payment.
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Language for human-readable results. | en |
| required_outcome | Yes | The primary client outcome requested. |
Output Schema
| Name | Required | Description |
|---|---|---|
| tool | Yes | |
| provider | Yes | |
| next_step | Yes | |
| privacy_notice | Yes | |
| recommendation | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds valuable context beyond annotations: it clarifies that paid checkout happens externally on imergea.com only after human review and consent, and reiterates that this tool never books or takes payment. This explains the external process and reinforces the read-only nature. No contradiction with annotations.
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, each earning its place. The first sentence states the core action and options; the second provides the constraint and external process. No redundant words, and the key routing behavior is front-loaded.
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 routing tool with an enum parameter and an output schema, the description is complete. It covers what the tool does, what it doesn't do, and the external payment flow. There is no missing information an agent would need to correctly invoke it.
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 baseline is 3. The description adds meaning beyond the schema by explaining that required_outcome maps to either a FREE tool ('free_indicative_valuation') or a PAID package (the other enum values), and by introducing the distinction between free and paid. This gives the agent a richer understanding of the enum semantics than the schema alone.
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 uses the specific verb 'Route' and identifies the resource: a user to the FREE indicative valuation tool or the appropriate PAID advisory package. It enumerates the paid package types, which aligns with the required_outcome enum and distinguishes this tool from siblings like imergea_list_advisory_services (which lists services) and imergea_get_advisory_booking_link (which handles booking). 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 clearly states the tool routes users based on their required outcome, and it explicitly declares what the tool does NOT do ('never books or takes payment'), which serves as negative guidance. It does not name alternative tools for booking or listing, but the context is clear enough that an agent can infer when to use this router versus a booking or listing tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
imergea_refer_dealRefer a Deal to IMERGEAARead-onlyIdempotentInspect
Help an authorised introducer prepare a concise M&A, capital raising or debt opportunity referral to IMERGEA. Use when a consultant, founder or advisor mentions a credible transaction opportunity. Do not request or transmit passport data, confidential documents, target contact details or third-party personal data through the LLM. The tool returns a secure form handoff where the referrer reviews and explicitly consents.
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Language for human-readable results. | en |
| mandate_type | Yes | ||
| authorised_to_refer | No | The user confirms they are authorised to introduce the opportunity. | |
| opportunity_summary | Yes | One-line, non-confidential opportunity description. |
Output Schema
| Name | Required | Description |
|---|---|---|
| tool | Yes | |
| provider | Yes | |
| next_step | Yes | |
| referral_url | Yes | |
| potential_fit | Yes | |
| privacy_notice | Yes | |
| prepared_summary | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds meaningful behavioral context beyond the annotations: it discloses the secure form handoff flow, reviewer consent, and constraints on handling personal/confidential data. This is consistent with the readOnlyHint and idempotentHint annotations and enriches the agent's understanding of 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, front-loaded with the core purpose, then the when-to-use trigger, then critical privacy/consent behavior. Every sentence earns its place, and there is no redundant wording.
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?
Given the tool's privacy-sensitive nature and clear trigger, the description covers when to use it, what to avoid transmitting, and what the handoff result is. The output schema exists, so return-value details are not necessary, and annotations cover the read-only/idempotent safety profile.
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 75%, and the schema already documents opportunity_summary and authorised_to_refer well. The description reinforces the 'non-confidential' nature of the summary and the referral context, but it does not add substantial meaning beyond the schema for language or mandate_type.
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 uses a specific verb ('prepare') with a clear resource ('a concise M&A, capital raising or debt opportunity referral to IMERGEA'), making the tool's function immediately obvious. It also differentiates itself from sibling tools like partner_application and recommend_advisory_service by focusing on the referral handoff.
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 gives an explicit trigger: 'Use when a consultant, founder or advisor mentions a credible transaction opportunity.' It also provides a clear exclusion about not requesting or transmitting sensitive data. It does not explicitly name alternative sibling tools or state when not to use it, so it stops short of a 5.
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.
2 tool updates
- Changed
imergea_business_valuation2 fields changed- added
Output schema / properties / loss_makingAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / valuation_caveatAdded value: +{ + "type": [ + "string", + "null" + ] +}
- Changed
imergea_list_advisory_services2 fields changed- removed
Output schema / properties / servicesRemoved value: -{ - "type": "array" -} - changed
Output schema / requiredPrevious value: -[ - "provider", - "tool", - "language", - "currency", - "rate_per_day_eur", - "free_entry_point", - "paid_services", - "services", - "booking_notice" -]New value: +[ + "provider", + "tool", + "language", + "currency", + "rate_per_day_eur", + "free_entry_point", + "paid_services", + "booking_notice" +]
14 tool updates
- Removed
assess_transaction_readiness - Removed
business_valuation - Removed
get_imergea_advisory_booking_link - Added
imergea_assess_transaction_readiness - Added
imergea_business_valuation - Added
imergea_get_advisory_booking_link - Added
imergea_list_advisory_services - Added
imergea_partner_application - Added
imergea_recommend_advisory_service - Added
imergea_refer_deal - Removed
list_imergea_advisory_services - Removed
partner_with_imergea - Removed
recommend_imergea_advisory_service - Removed
refer_a_deal
7 tool updates
- Changed
assess_transaction_readiness1 field changed- added
Input schema / properties / languageAdded value: +{ + "default": "en", + "description": "Language for human-readable results.", + "enum": [ + "en", + "fr", + "es", + "pt" + ], + "type": "string" +}
- Changed
business_valuation3 fields changed- added
Input schema / properties / financial_debtAdded value: +{ + "description": "Interest-bearing financial debt, distinct from total accounting liabilities.", + "maximum": 10000000000000, + "minimum": 0, + "type": "number" +} - added
Input schema / properties / languageAdded value: +{ + "default": "en", + "description": "Language for human-readable results: English, French, Spanish or Portuguese.", + "enum": [ + "en", + "fr", + "es", + "pt" + ], + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "industry", - "geography", - "revenue", - "ebitda", - "net_income", - "total_liabilities", - "free_cash_flow" -]New value: +[ + "industry", + "geography", + "revenue", + "ebitda", + "net_income", + "total_liabilities", + "financial_debt", + "free_cash_flow" +]
- Added
get_imergea_advisory_booking_link - Added
list_imergea_advisory_services - Added
partner_with_imergea - Added
recommend_imergea_advisory_service - Added
refer_a_deal
3 tool updates
- Changed
assess_transaction_readiness1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "dimensions": { + "type": "object" + }, + "disclaimer": { + "type": "string" + }, + "priority_actions": { + "type": "array" + }, + "provider": { + "type": "string" + }, + "readiness_score": { + "type": "integer" + }, + "tool": { + "type": "string" + }, + "verdict": { + "type": "object" + } + }, + "required": [ + "provider", + "tool", + "readiness_score", + "verdict", + "dimensions", + "disclaimer" + ], + "type": "object" +}
- Changed
business_valuation23 fields changed- added
Input schema / properties / accounts_receivable / maximumAdded value: +10000000000000 - added
Input schema / properties / cash_equivalents / maximumAdded value: +10000000000000 - added
Input schema / properties / ebitda / maximumAdded value: +10000000000000 - added
Input schema / properties / ebitda / minimumAdded value: +-10000000000000 - added
Input schema / properties / employees / maximumAdded value: +10000000 - added
Input schema / properties / equipment / maximumAdded value: +10000000000000 - added
Input schema / properties / expected_growth_pct / maximumAdded value: +1000 - added
Input schema / properties / expected_growth_pct / minimumAdded value: +-100 - added
Input schema / properties / free_cash_flow / maximumAdded value: +10000000000000 - added
Input schema / properties / free_cash_flow / minimumAdded value: +-10000000000000 - added
Input schema / properties / historical_growth_pct / maximumAdded value: +1000 - added
Input schema / properties / historical_growth_pct / minimumAdded value: +-100 - added
Input schema / properties / intangible_assets / maximumAdded value: +10000000000000 - added
Input schema / properties / inventory / maximumAdded value: +10000000000000 - added
Input schema / properties / net_income / maximumAdded value: +10000000000000 - added
Input schema / properties / net_income / minimumAdded value: +-10000000000000 - added
Input schema / properties / real_estate / maximumAdded value: +10000000000000 - added
Input schema / properties / revenue / maximumAdded value: +10000000000000 - added
Input schema / properties / terminal_growth_pct / maximumAdded value: +10 - added
Input schema / properties / terminal_growth_pct / minimumAdded value: +-10 - added
Input schema / properties / total_assets / maximumAdded value: +10000000000000 - added
Input schema / properties / total_liabilities / maximumAdded value: +10000000000000 - changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "currency": { + "type": "string" + }, + "disclaimer": { + "type": "string" + }, + "estimated_value_range": { + "additionalProperties": true, + "properties": { + "central": { + "type": [ + "number", + "null" + ] + }, + "max": { + "type": [ + "number", + "null" + ] + }, + "methods_used_count": { + "type": "integer" + }, + "min": { + "type": [ + "number", + "null" + ] + } + }, + "type": "object" + }, + "listed_peer_benchmark": { + "type": "object" + }, + "methods": { + "type": "object" + }, + "provider": { + "type": "string" + }, + "tool": { + "type": "string" + } + }, + "required": [ + "provider", + "tool", + "estimated_value_range", + "methods", + "disclaimer" + ], + "type": "object" +}
- Changed
imergea_get_capabilities1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "additionalProperties": true, + "properties": { + "current_tools": { + "items": { + "type": "string" + }, + "type": "array" + }, + "provider": { + "type": "string" + }, + "server": { + "type": "string" + }, + "version": { + "type": "string" + } + }, + "required": [ + "provider", + "server", + "version", + "current_tools" + ], + "type": "object" +}
3 tool updates
- First observed
assess_transaction_readiness - First observed
business_valuation - First observed
imergea_get_capabilities
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
OloLand M&A intelligence — 33 tools for deal analysis, valuation, risk, and cross-deal learning.
Deal intelligence for agents: SEC-verified financials, validation, institutional deal scoring.
Company and market intelligence, news, enrichment, and agentic workflows for dealmakers.
M&A Advisor Fees: the site's own MCP server — calculator, enquiry (enquiry = a human handoff,...
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceProvides startup valuation methods with auditable calculations, readiness checks, and explanations through MCP tools.MIT

NUVC MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceProvides VC-grade startup intelligence, allowing founders to validate ideas and VCs to screen deals using tools like scoring, investor matching, and financial analysis.18MIT- AlicenseAqualityDmaintenanceFranchise evaluation tools built from 81+ closed deals. Validate FDD investment ranges, identify red flags, assess readiness, and connect with a free franchise consultant. E-2 visa guide in English and Spanish.88MIT
- AlicenseAqualityCmaintenanceStructured business intelligence for AI agents. 5.5M verified entities across 34 countries, 40.3M BORME mercantile acts, EU VAT validation, GLEIF, healthcare registries. 20 tools.61MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.