Skip to main content
Glama

Instilus compliance and business decision tools

Server Details

GPSR compliance check and small-business valuation estimate, from Instilus.

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

TDQS

A3.9/5.0
Disambiguation5/5

The two tools are entirely orthogonal: one estimates business value from financial inputs, while the other checks EU GPSR compliance for a physical product. There is no overlap or ambiguity in selecting between them.

Naming Consistency4/5

Both tools share the 'forge_' prefix and follow a similar descriptive pattern, but one ends in '_estimate' and the other in '_requirements_check', which is a minor structural inconsistency. Overall the naming is still predictable and readable.

Tool Count3/5

Two tools is borderline thin for a server named 'compliance and business decision tools', which suggests a broader intended scope. Each tool is substantive and non-trivial, so the count is not unreasonable, but the set feels lean.

Completeness2/5

The two tools each fully deliver their specific outputs, but the server's stated domain is much broader than business valuation and GPSR checks. Many common compliance and business-decision scenarios are not covered, leaving significant gaps for a general-purpose toolset.

Available Tools

2 tools
forge_business_valuation_estimateAInspect

Estimate what a small business is worth using Normalised EBITDA and typical small-business earnings multiples. Answers "how much is my business worth?" from real figures — revenue, cost of goods sold, operating expenses, owner pay and a fair-market salary for the owner role — rather than a generic rule of thumb. Produces an indicative enterprise value range, not a professional appraisal.

ParametersJSON Schema
NameRequiredDescriptionDefault
ownerPayYesTotal owner compensation taken from the business.
annualRevenueYesAnnual revenue.
costOfGoodsSoldYesAnnual cost of goods sold.
fairMarketSalaryYesWhat it would cost to hire someone to do the owner role.
operatingExpensesYesAnnual operating expenses, excluding owner pay.

TDQS

A4.4/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 disclosure burden. It clearly states the methodology, the input categories, and the output type (indicative enterprise value range), and includes a limitation statement ('not a professional appraisal'). It does not address edge cases or assumptions about debt/cash/working capital, but for an indicative estimator the disclosure is strong.

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 three sentences with no redundancy. It front-loads the core purpose, then supplies method, input types, and output format, including an important caveat. Every sentence earns its place.

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 five-parameter tool with no output schema, the description covers purpose, inputs, methodology, and output format (an enterprise value range). Minor gaps remain: it does not describe the exact structure of the range or the underlying assumptions for the multiples. These are non-blocking for a simple estimator, so a 4 is appropriate.

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%, providing a baseline of 3. The description adds value beyond the schema by explaining how the inputs relate to Normalised EBITDA and why both owner-pay and fair-market salary are needed. The schema descriptions are minimal ('Annual revenue'), so the description's framing around real figures and owner-role cost enriches the parameter semantics.

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 opens with a specific action and resource: 'Estimate what a small business is worth' and further specifies the method (Normalised EBITDA and typical multiples). It directly answers a concrete question ('how much is my business worth?') and clearly differentiates itself from generic rules of thumb and professional appraisals. The sibling tool is in an unrelated domain, so no further distinction is necessary.

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 gives a clear use context: estimate business value from real financial figures rather than a rule-of-thumb approximation. It also states an exclusion: the result is indicative and not a professional appraisal. However, it does not explicitly discuss alternative tools or broader when-not-to-use scenarios, stopping 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.

forge_gpsr_requirements_checkAInspect

Check whether the EU General Product Safety Regulation (GPSR) applies to a specific physical product sold into the EU, and which technical documentation is required. Answers the question "does GPSR apply to my product and what do I need?" for sellers on Amazon, Etsy, Shopify and other marketplaces. Requires four facts about the product that only the seller knows, so it produces a real per-product answer rather than general guidance.

ParametersJSON Schema
NameRequiredDescriptionDefault
ceOrUkcaMarkingYesDoes it carry CE/UKCA marking or require conformity assessment?
productCategoryNoProduct type, e.g. "leather bags", "candles", "cotton tote".
babyOrChildDirectedYesIntended for babies or children (toys, childcare, nursery)?
electricalBatteryOrRadioYesElectrical, battery-powered, or radio/wireless?
ingestibleSkinOrChemicalYesIngested, applied to skin, or a chemical/detergent/candle?

TDQS

A3.9/5.0
Behavior3/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 explains that the tool requires four seller-known facts and produces a per-product answer rather than general guidance, which is useful. However, it does not mention output format, whether external research is involved, or how the tool handles uncertainty.

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 concise and front-loaded with the core purpose, then provides accessible clarification and a useful qualifier about per-product answers. The second sentence is slightly redundant with the first, but the marketplace context adds value, so it is still well-structured.

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?

Given the moderate complexity, full schema coverage, and absence of an output schema, the description provides enough context for an agent to select the tool and understand what inputs are expected and what kind of answer will be produced. It could mention the output format in more detail, but the core usage scenario is well covered.

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%, and every parameter has a clear description with enums, so the schema already handles parameter semantics. The description adds the context that exactly four required facts are needed, but does not need to restate parameter meanings. Baseline 3 is appropriate.

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 uses a specific verb ('Check') with a clear resource ('EU General Product Safety Regulation') and defines the exact question answered: whether GPSR applies and what documentation is needed. It also distinguishes itself from generic guidance by noting it produces a real per-product answer based on seller-provided facts.

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 clearly specifies when to use the tool: for a specific physical product sold into the EU by sellers on Amazon, Etsy, Shopify, and other marketplaces. It does not explicitly name alternatives or exclusions, but for this set of siblings this is not a meaningful gap.

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. 2 tool updates
    • First observedforge_business_valuation_estimate
    • First observedforge_gpsr_requirements_check

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables compliance checking and risk forecasting for the EU Platform Workers Directive (2024/2831), including employment-status presumption, algorithmic management disclosure, and human oversight.
    MIT
  • F
    license
    Not graded
    quality
    A
    maintenance
    Enables AI clients to perform indicative business valuations, assess sell-readiness, list fixed-price M&A advisory services, and generate secure handoff links for partner applications and deal referrals, with support for English, French, Spanish, and Portuguese.
    -
  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides startup valuation methods with auditable calculations, readiness checks, and explanations through MCP tools.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides VC-grade startup intelligence, allowing founders to validate ideas and VCs to screen deals using tools like scoring, investor matching, and financial analysis.
    18
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources