Skip to main content
Glama

ComplianceCN — toys, batteries, cosmetics, food contact: CE, GPSR, UN 38.3, CPC/GCC and more

Product market-access check

market_access_check
Idempotent

Check what a product needs to be sold into the EU, UK, US or Australia. Send a plain-language product description in message; the first response already contains preliminary requirements and an evidence checklist you can show the seller immediately. Every response carries a single next_action -- execute it exactly as returned to get the refined assessment and, optionally, a human-reviewed pack. Ask any returned questions by their key. The reviewed pack requires a confirmed seller email and reviewer sign-off. Send the description in English or Chinese; questions and seller-facing text come back in the seller's language.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoStart with continue. Follow next_action exactly: start_stage_2 assesses evidence after the Stage 1 product profile is ready; after presenting Stage 2, use correct_stage_2 if the seller supplies a correction, otherwise call confirm_stage_2 immediately to obtain the required secure email-and-consent handoff; Stage 3 is released only after reviewer sign-off. confirm_stage_1/correct_stage_1 are legacy aliases only.continue
answersNoOptional structured answers keyed by the stable question.key values returned by the previous call.
case_idNoThe case this call continues, from an earlier result. Omit to start a new product case.
messageNoThe seller's initial product/market description or their latest natural-language clarification. Do not repeat information already supplied.
languageNoPreferred response language; inferred from the seller message when omitted.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
payloadYes

TDQS

A4.6/5.0
Behavior4/5

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

Annotations indicate readOnlyHint=false, idempotentHint=true, destructiveHint=false. The description adds significant behavioral context: it explains the multi-stage workflow (Stage 1, Stage 2, Stage 3), the need for reviewer sign-off, the requirement for a confirmed seller email, and that questions are returned with keys. It also notes that the first response is preliminary and can be shown to the seller immediately. This goes beyond the annotations, which only say it's idempotent and non-destructive. The description does not contradict annotations; it complements them.

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 moderately long but well-structured. It front-loads the core purpose and immediate value ('the first response already contains preliminary requirements...'). It then explains the workflow and key behaviors. Every sentence adds information: the next_action instruction, the question key handling, the email requirement, and language support. It's not overly verbose, but it could be slightly more concise by trimming redundant phrases like 'execute it exactly as returned' which is somewhat redundant with 'follow next_action exactly'. Still, it's efficient and well-organized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

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

Given the complexity of the tool (5 parameters, nested objects, output schema, multi-stage workflow), the description is remarkably complete. It covers the input format, the output expectations, the workflow stages, the action parameter semantics, the handling of questions, the email requirement, and language support. The output schema exists, so return values are not described in the description, which is appropriate. The description provides all necessary context for an agent to use the tool correctly, including the exact next_action values and their meanings.

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 description coverage is 100%, so the schema already documents all parameters. The description adds value by explaining the action parameter's workflow semantics (e.g., 'start_stage_2 assesses evidence after the Stage 1 product profile is ready') and the meaning of next_action. It also clarifies that message should not repeat information already supplied, and that language is inferred when omitted. This goes beyond the schema's basic descriptions, providing operational context. However, it doesn't detail the answers structure beyond what the schema says, but the schema is already rich.

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 clearly states the tool's purpose: checking what a product needs to be sold into specific markets (EU, UK, US, Australia). It specifies the input (plain-language product description) and the output (preliminary requirements and evidence checklist). It distinguishes itself from siblings by focusing on market-access requirements across multiple regions, whereas siblings like check_amazon_compliance_request or check_us_import_certification are more specific. The verb 'check' and resource 'product market-access' are precise.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use the tool: to get market-access requirements for a product. It also explains the workflow: send a description, receive preliminary requirements, then follow the next_action exactly. It mentions alternatives implicitly by naming sibling tools that are more specific (e.g., check_us_import_certification for US import certification), but the description itself doesn't explicitly say 'use this instead of X'. However, it does give clear context on the multi-step process and how to handle returned questions, which is strong usage guidance.

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.2/5.0
Disambiguation4/5

The check_* tools each target a distinct regulatory aspect (transport, EU DoC, labeling, marketplace, US certification), and the auxiliary tools (describe, explain, compare, watch) are clearly separate. The only potential confusion is between market_access_check and preflight_product, which both assess product requirements but differ in input style and follow-up workflow.

Naming Consistency4/5

Most tools follow a verb_noun pattern (check_battery..., compare_market..., explain_claim), but market_access_check reverses the expected 'check_market_access' order and preflight_product uses a less common verb. Still, the pattern is recognizable and mostly consistent.

Tool Count5/5

Eleven tools is well within the ideal range for a compliance-checks server. Each tool addresses a distinct user scenario (general assessment, specialized checks, comparison, coverage, claims, alerts), and none feels redundant or superficial.

Completeness4/5

The server covers the core assessment lifecycle: initial check, structured preflight, detailed specialist checks, cross-market comparison, claim explanation, and regulatory change alerts. Minor gaps exist, such as no way to cancel alert subscriptions or retrieve a saved full report, but the main compliance-checking domain is thoroughly covered.

Resources