Skip to main content
Glama

Skyalo Travel Connectivity Guide

Check eSIM device compatibility

check_esim_device_compatibility
Read-onlyIdempotent

Check whether an exact phone model appears in Skyalo's manufacturer-sourced eSIM compatibility catalog. Use for device-readiness questions, including regional variants, carrier locks, EID, and Add eSIM settings. Unknown never means incompatible. This tool does not search, compare, recommend, price, or sell connectivity plans.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesExact phone model, not a broad product family.
localeNo
regionNoCountry or sales region of the exact device variant.
eidPresentNo
manufacturerNo
carrierUnlockedNo
addEsimSettingPresentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
checksNo
deviceNo
reasonNo
sourceYes
statusYes
guidanceNo
suggestionsNo
catalogStatusNo

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already mark read-only, idempotent, non-destructive, and openWorldHint false. The description adds context beyond annotations: the result is against a 'manufacturer-sourced' catalog, 'exact' model matching, and the meaning of unknown results ('never means incompatible'). This gives the agent important interpretive nuance not present in structured hints.

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 with no filler: purpose, usage context, caveat, and exclusions. The most important information (what it checks) is front-loaded, and every clause earns its place without redundancy.

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 7-parameter schema and existence of an output schema, the description covers the essential operational aspects: purpose, usage context, and unknown-result interpretation. It does not enumerate every parameter, but the alluded factors are the ones that matter for device-readiness, and the output schema handles return-value details.

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 only 29%, so the description partially compensates by referencing 'regional variants', 'carrier locks', 'EID', and 'Add eSIM settings', which map to region, carrierUnlocked, eidPresent, and addEsimSettingPresent. However, it does not clarify locale or manufacturer parameters, leaving some semantic gaps for a low-coverage 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?

States a specific verb ('check'), resource ('eSIM compatibility catalog'), and the exact scope ('exact phone model'). Clarifies it is a lookup tool, and the final sentence explicitly excludes searching, comparing, recommending, pricing, or selling plans, distinguishing it from broader tools like build_travel_connectivity_guide.

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?

Directly instructs to use for 'device-readiness questions' and lists covered attributes (regional variants, carrier locks, EID, Add eSIM settings). Also provides a crucial interpretation rule ('Unknown never means incompatible') and states what the tool does not do, giving 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

The two tools have clearly distinct purposes: one generates a comprehensive travel connectivity guide, the other checks specific device compatibility. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern (build_travel_connectivity_guide, check_esim_device_compatibility), with clear action verbs and descriptive nouns. The naming is predictable and uniform.

Tool Count3/5

With only 2 tools, the server feels thin for a travel connectivity domain. While the tools are well-defined, the count is borderline low and may limit the server's utility in broader scenarios.

Completeness3/5

The tools cover guide creation and device compatibility but miss other potential aspects like network coverage analysis or roaming suggestions (though explicitly excluded). The surface is minimal but functional for its stated narrow scope.

Resources