Skip to main content
Glama

Check Export Compliance

check_compliance
Read-onlyIdempotent

Verify if a supplier meets export compliance requirements for specific markets like the US, EU, Japan, or Korea. Use to confirm certifications and identify potential issues before exporting.

Instructions

Check if a supplier meets compliance requirements for a target export market.

USE WHEN:

  • User asks "can this factory export to the US/EU/Japan"

  • User needs to verify certifications for a specific market

  • "能不能出口美国" / "合规检查" / "认证要求"

PREREQUISITE: You MUST have a valid supplier_id from search_suppliers. WORKFLOW: search_suppliers → check_compliance (to verify if a specific supplier can export to target market). RETURNS: { supplier, target_market, passed: [string], issues: [string], market_requirements: {field: value} } ERRORS: Returns error if supplier_id not found. Returns note if compliance data is incomplete. NOTE: Many suppliers have incomplete compliance data. Missing data = "not confirmed", not "non-compliant".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
supplier_idYesSupplier ID from search_suppliers, e.g. sup_001
target_marketYesTarget export market
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, indicating a safe, non-destructive operation. The description adds valuable behavioral context beyond annotations: it explains the return structure, error conditions (supplier_id not found), and important nuance about incomplete compliance data ('Missing data = "not confirmed", not "non-compliant"'). This goes beyond what annotations provide.

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 well-structured with clear sections (purpose, usage guidelines, prerequisite, workflow, returns, errors, note). Every sentence earns its place by providing essential information without redundancy. It's appropriately sized for a tool with complex behavioral nuances.

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 tool's complexity (compliance checking with data completeness issues), the description provides excellent contextual completeness despite no output schema. It explains the return structure, error conditions, and important behavioral nuances about incomplete data. Combined with comprehensive annotations, this gives the agent everything needed to use the tool correctly.

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 both parameters clearly documented in the schema. The description doesn't add significant parameter semantics beyond what the schema provides (e.g., it doesn't explain format of supplier_id beyond 'from search_suppliers' or elaborate on enum values). Baseline 3 is appropriate when schema does the heavy lifting.

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 with specific verb ('Check') and resource ('supplier compliance requirements for a target export market'). It distinguishes from siblings like search_suppliers (which finds suppliers) and get_supplier_detail (which provides general info) by focusing specifically on export compliance verification.

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 usage guidelines with 'USE WHEN' examples (e.g., user asks about export eligibility), a clear prerequisite ('MUST have a valid supplier_id from search_suppliers'), and a workflow sequence ('search_suppliers → check_compliance'). It also distinguishes when NOT to use it (when you don't have a supplier_id).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/meacheal-ai/mrc-data'

If you have feedback or need assistance with the MCP directory API, please join our Discord server