Skip to main content
Glama

Server Details

Search, recommend & buy travel eSIM data plans for 190+ destinations via AI agents.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

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 DescriptionsC

Average 3/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct operation: listing destinations, searching plans, recommending plans, getting a single plan, and creating a checkout link. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case: create_checkout_link, get_plan, list_destinations, recommend_plan, search_plans.

Tool Count5/5

With 5 tools, the server is well-scoped for plan discovery and checkout initiation. Each tool serves a clear purpose without being overwhelming.

Completeness4/5

The tool set covers the full workflow from discovery to checkout creation. Minor gap: no direct plan purchase tool, but the checkout link redirects to the external site.

Available Tools

5 tools
get_planGet eSIM plan detailCInspect

Get a single plan by its sku.

ParametersJSON Schema
NameRequiredDescriptionDefault
skuYes
localeNoen
Behavior2/5

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

With no annotations, the description carries full burden but only states basic retrieval. It does not disclose response format, side effects (none expected), permissions, or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is a single sentence—concise but overly terse. It could include more detail without becoming verbose.

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

Completeness2/5

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

Given the lack of output schema and annotations, the description is incomplete. It does not specify what details are returned, error handling, or constraints beyond sku identification.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description only mentions sku implicitly and provides no explanation for the locale parameter or its enum values.

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 'Get a single plan by its sku' clearly states the action (Get), resource (single plan), and unique identifier (sku), which distinguishes it from sibling tools like search_plans.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives (e.g., search_plans for unknown plans). The description lacks context about prerequisites or exclusions.

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

list_destinationsList eSIM destinationsBInspect

List destinations (countries) Simsima covers, with min price and product URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeNoen
Behavior2/5

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

No annotations provided, so description must fully disclose behavior. It mentions return fields (destinations, min price, product URL) but omits whether operation is read-only, authentication needs, rate limits, or any side effects.

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?

Single sentence is efficient and front-loaded with key info. Could benefit from slight expansion on parameter or usage, but no superfluous content.

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

Completeness3/5

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

For a simple list tool with one optional parameter and no output schema, the description covers return format adequately. Lacks info on ordering, pagination, or locale impact, but minimally complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain the lone parameter 'locale' beyond what the schema provides (enum values and default). Adds no semantic value.

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 lists destinations (countries) covered by Simsima, including minimum price and product URL. It distinguishes itself from sibling tools that handle checkout, plan details, recommendations, or searches.

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

Usage Guidelines3/5

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

No explicit instructions on when to use vs alternatives. However, the purpose is straightforward, and siblings perform distinct actions, so usage is implied but not guided.

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

recommend_planRecommend an eSIM planCInspect

Recommend the best plan(s) for a trip given its length and data usage.

ParametersJSON Schema
NameRequiredDescriptionDefault
usageYes
localeNoen
tripDaysYes
destinationYes
Behavior2/5

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

No annotations exist, so the description must bear full burden. It mentions recommending 'the best plan(s)' but does not clarify how 'best' is determined, whether it returns multiple plans, or its read-only nature. The behavior around output format or potential side effects is missing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is a single short sentence, which is concise and front-loaded. However, it sacrifices informativeness; it could briefly mention parameters or behavior without becoming verbose.

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

Completeness2/5

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

Given 4 parameters, no output schema, and missing annotations, the description is too brief. It does not cover return values, the role of the 'locale' parameter, or how destinations are matched. Essential context for an AI agent to use correctly is absent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description does not mention any parameter names, types, or constraints. It vaguely refers to 'length and data usage' but omits the required 'destination' parameter and optional 'locale'. The description adds no value beyond the bare 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 uses a specific verb 'Recommend' and clearly states the resource 'best plan(s)' and the inputs 'trip length and data usage'. It distinguishes itself from siblings like 'get_plan' (single plan) and 'search_plans' (search vs recommendation).

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

Usage Guidelines3/5

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

The description implies usage for recommendations based on trip parameters but does not explicitly state when to use this tool versus alternatives like 'search_plans' or 'get_plan'. No exclusion criteria or when-not-to-use guidance is provided.

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

search_plansSearch eSIM plansBInspect

Search plans for a destination (country name or slug), with optional filters.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeNoen
maxPriceNo
minDataGBNo
unlimitedNo
destinationYes
maxValidityDaysNo
Behavior2/5

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

No annotations are provided, so the description carries full behavioral burden. It only states the core function without disclosing side effects, authorization needs, rate limits, pagination, sorting, or any behavioral traits beyond the basic operation. This is minimal transparency for a search tool.

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, front-loaded sentence with no redundancy. It efficiently conveys the core purpose, though it could add brief parameter details without sacrificing conciseness.

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

Completeness2/5

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

Given six parameters, no output schema, and no annotations, the description is incomplete. It does not explain how filters interact, the return format, ordering, pagination, or error handling. A search tool requires richer context for agent to use effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description mentions 'destination' (country name or slug) and groups all other parameters as 'optional filters', but it does not explain the meaning or constraints of individual parameters like maxPrice, minDataGB, unlimited, maxValidityDays, or locale. With 0% schema coverage, the description should provide more semantic detail for each parameter.

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 verb 'Search' and resource 'plans', specifies the key parameter 'destination (country name or slug)', and mentions optional filters. It distinguishes the tool from siblings like 'get_plan', 'list_destinations', and 'recommend_plan' by focusing on search with filters.

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

Usage Guidelines3/5

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

The description implies usage for searching plans by destination with optional filters, but it does not explicitly state when to use this tool over alternatives or provide exclusions. The context is clear but lacks guidance on when to apply specific filters or when to prefer other sibling tools.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources