Skip to main content
Glama

FORGE compliance and business decision tools

forge_gpsr_requirements_check

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.

Input Schema

TableJSON 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

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the burden of behavioral disclosure. It transparently states the scope (physical product, EU sale), the required inputs (four facts only the seller knows), and the nature of the output (a real per-product answer rather than general guidance). It does not describe the exact return format, but it is not misleading.

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 focused sentences: function, target user/question, and key prerequisite/value. Every sentence earns its place, 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.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the 100% schema coverage and clear scope, the description provides enough for an agent to select and invoke the tool correctly. The only minor gap is the absence of an output schema, but the phrase 'which technical documentation is required' partially communicates what the answer contains.

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%, with all five parameters documented and four constrained by enums. The description adds the context that four seller-only facts are required, which maps to the required fields, but it does not add substantial meaning beyond the schema definitions.

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 starts with a specific verb and resource: '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.' This clearly distinguishes the tool from its unrelated sibling forge_business_valuation_estimate and from generic guidance.

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 clear usage context: it is for sellers on Amazon, Etsy, Shopify and other marketplaces who need a per-product GPSR answer. It also states the prerequisite that four seller-only facts are required, implying the tool should be used when those facts are available, but it does not explicitly list exclusions or alternative tool conditions.

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

The two tools address completely separate domains: one estimates business valuation, the other checks EU GPSR compliance. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the same forge_ + subject + action pattern (valuation_estimate, requirements_check). The naming convention is consistent and predictable.

Tool Count3/5

Two tools is on the low end, especially given the broad server name covering compliance and business decisions. The tools are useful individually, but the set feels thin for the stated scope.

Completeness2/5

The server provides only two isolated capabilities with no surrounding workflow coverage. For a server spanning compliance and business decisions, substantial gaps remain such as supporting documents, follow-up actions, or additional compliance/valuation scenarios.

Resources