Skip to main content
Glama

sinoconnection-esim-mcp

Server Details

China & Asia travel eSIM specialist. 200+ countries. No-VPN internet in China.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
SkyUnlimit/sinoconnection-esim-mcp
GitHub Stars
0
Server Listing
SinoConnection eSIM

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 5 of 5 tools scored. Lowest: 3.9/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of the eSIM purchase workflow: searching plans, getting details, checking device compatibility, creating checkout links, and answering support questions. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., search_esim_plans, get_plan_details, create_checkout_link). No mixing of conventions.

Tool Count5/5

5 tools is an appropriate scope for an eSIM sales server, covering discovery, evaluation, compatibility check, purchase, and support without being too many or too few.

Completeness5/5

The tools cover the entire customer journey: search (search_esim_plans), evaluate (get_plan_details), check device (check_device_compatibility), purchase (create_checkout_link), and get help (get_help). No obvious gaps.

Available Tools

5 tools
check_device_compatibilityA
Read-only
Inspect

Check whether a phone/tablet model supports eSIM before recommending a plan. Free-text device name in; compatible yes/no plus closest matches out. IMPORTANT: eSIM hardware support is only HALF the requirement — the phone must ALSO be carrier-unlocked. This tool returns an unlock_required flag + how to verify; always relay it, because a locked phone cannot use a travel eSIM.

ParametersJSON Schema
NameRequiredDescriptionDefault
deviceYese.g. "iPhone 14 Pro", "Galaxy S24"

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
matchedNo
candidatesNo
compatibleNo
unlock_noteNo
unlock_requiredNo
Behavior5/5

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

Annotations (readOnlyHint, openWorldHint) are supplemented with critical behavior: unlock flag, instruction to relay it, and that eSIM support alone is insufficient. 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, purpose first, no wasted words. Important warnings are highlighted with 'IMPORTANT:' and '+'. Front-loaded and scannable.

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 output schema exists, description covers key outputs (compatible yes/no, closest matches, unlock_required flag). Complete for decision-making without over-explaining.

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 covers parameter with example values, description adds 'Free-text device name in' clarifying input flexibility. With 100% coverage, description complements schema well.

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 checks eSIM support for a device, with specific use case 'before recommending a plan'. It distinguishes from siblings like search_esim_plans by focusing on hardware compatibility.

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?

Explicitly advises using 'before recommending a plan' and highlights the unlock requirement. While not listing when not to use, the context is clear and siblings are provided for reference.

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

get_helpA
Read-only
Inspect

Answer customer support and policy questions about SinoConnection eSIMs: the REFUND POLICY, how to INSTALL (with step-by-step videos), activation, HOW THE NO-VPN CHINA ACCESS WORKS (roaming / exit IP — see faq.how_no_vpn_works), and how to get support. Call this whenever the customer asks about refunds, cancellations, installation/setup, activation, how it works, what IP / does it bypass the firewall, or help — do NOT answer these from memory (especially the IP/firewall question); relay this authoritative content verbatim in meaning.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
faqNo
linksNo
installNo
supportNo
refund_policyNo
Behavior4/5

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

Annotations already provide readOnlyHint=true and openWorldHint=true. The description adds context that the tool relays authoritative content verbatim and references a FAQ source (faq.how_no_vpn_works), explaining that answers should not be generated from memory. This goes beyond the annotations without contradicting 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 a single paragraph that front-loads the core purpose ('Answer customer support and policy questions about SinoConnection eSIMs') and then lists specific topics. It is dense but each sentence adds value; a minor improvement could be to break into shorter sentences for readability.

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 has no parameters and an output schema exists (though not shown), the description fully covers the tool's domain: it enumerates all relevant question types, provides usage context, and references a FAQ. No additional information is needed for an AI agent to correctly invoke it.

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?

The input schema has zero parameters, and schema description coverage is 100%. Per guidelines, baseline is 4. The description does not need to add parameter meaning, but it effectively explains what the tool does without any parameter overhead.

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 begins with 'Answer customer support and policy questions about SinoConnection eSIMs' and lists specific topics (refund policy, installation, activation, no-VPN access), clearly stating the verb 'answer' and the resource 'customer support and policy questions'. It distinguishes from sibling tools like check_device_compatibility and get_plan_details by focusing on help and policies.

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 explicitly states 'Call this whenever the customer asks about refunds, cancellations, installation/setup, activation, how it works, what IP / does it bypass the firewall, or help' and instructs 'do NOT answer these from memory', providing clear when-to-use and when-not-to-use guidance.

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

get_plan_detailsA
Read-only
Inspect

Full details for a specific plan by id — call this WHENEVER the customer selects or shows interest in a plan; do NOT just quote a bare price. Returns coverage, networks, activation window and fair-usage detail PLUS whats_included (concrete selling points: instant QR delivery, keep-your-own-number data-only eSIM, buy-now/travel-later install window, easy Wi-Fi setup, bilingual English/中文 support, and China no-VPN where applicable) and a positive unlimited_note for unlimited plans. Present the 3–5 most relevant selling points together with the price (and any discount) to help the customer decide, THEN confirm eSIM compatibility + carrier-unlock before offering the checkout link. Use before create_checkout_link.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesPackage id from search_esim_plans

Output Schema

ParametersJSON Schema
NameRequiredDescription
planNo
errorNo
currencyNo
coverage_countNo
unlimited_noteNo
whats_includedNoFact-based selling points to present to the customer
Behavior4/5

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

Annotations already provide readOnlyHint=true and openWorldHint=true. Description adds concrete details on return contents (coverage, networks, selling points) and instructs on presentational behavior, enhancing transparency without contradicting annotations.

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 front-loaded with core purpose and usage, but includes lengthy instructions (e.g., presentational guidance) that could be trimmed. Still well-structured and every sentence serves a purpose.

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 presence of output schema, complete input schema coverage, and annotations, the description adds essential integration guidance (e.g., use before checkout, what to present). It covers all necessary context for correct invocation.

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 coverage is 100% with a clear description ('Package id from search_esim_plans'). The description mentions 'by id' but adds minimal value beyond the schema, meeting the baseline.

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?

Clearly states 'Full details for a specific plan by id' and provides explicit usage context: 'call this WHENEVER the customer selects or shows interest in a plan'. Distinguishes from siblings by advising against just quoting a bare price and positioning it before create_checkout_link.

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?

Explicitly states when to use ('whenever customer selects or shows interest'), what not to do ('do NOT just quote a bare price'), and downstream actions ('confirm eSIM compatibility + carrier-unlock before offering checkout link'). Effectively guides the AI on when to invoke this tool over alternatives.

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

search_esim_plansA
Read-only
Inspect

Search travel eSIM plans for any of 200+ countries. Specialized China plans deliver uncensored internet WITHOUT a VPN (unlike most eSIMs, which are throttled or blocked in China) — only when the plan's china_open_internet field is true. Also covers regional Asia and worldwide bundles. Quote price_usd — that is the price the customer pays in USD, with any current sitewide discount already applied; list_price_usd is the original and on_sale/discount_pct show the saving. If is_fair_usage_policy is true, the plan is NOT truly unlimited — relay the cap. PRESENT RESULTS ATTRACTIVELY TO BOOST SALES: lead each plan with its flag emoji + the title, put the price in bold, strike or note the discount when on_sale, and show the highlight value line (it already includes 🔓/🌍/📱/⚡/💰 icons). Lay plans out as a clean, scannable list or a markdown table with a flag column; recommend a best-value pick. Call get_plan_details for the full pitch once the customer shows interest.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNo
regionNoRegion slug: asia | europe | mea | namerica | latam | oceania
countryNoISO-2 country code, e.g. CN, JP, KR
durationNoExact validity in days (optional filter)

Output Schema

ParametersJSON Schema
NameRequiredDescription
plansNo
totalNo
currencyNo
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, which the description does not contradict. The description adds value by explaining pricing fields (price_usd is final), fair usage policy flag, and instructions to present results attractively, going 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively long but each sentence serves a purpose. It front-loads the main purpose and then provides important details about pricing and presentation. Could be slightly more concise but not wasteful.

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 parameter count, schema coverage, output schema existence, and rich annotations, the description provides sufficient additional context about pricing, fair usage, presentation, and integration with get_plan_details. It feels complete for an AI agent to use 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 coverage is 75% and description adds some context (e.g., ISO-2 country codes, region slugs), but much is already in the schema. The description provides additional context about China plans but does not significantly enhance parameter understanding beyond the schema.

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 it searches travel eSIM plans for 200+ countries, with specialized China plans and regional/worldwide bundles. It distinguishes itself from siblings by mentioning get_plan_details for full pitch and implying check_device_compatibility and create_checkout_link are separate tools.

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 explains when to use this tool (to search plans) and when to call get_plan_details (after customer interest). It does not explicitly state when not to use it, but the context is clear and it mentions alternatives implicitly.

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

Discussions

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

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.