Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_esim_catalogA

Queries active international travel eSIM data plans. Optionally filter by country code (e.g. JP, US, FR) or search query.

get_knowledge_baseA

Retrieves the official ConnectMeGuru grounding knowledge base, including installation guides, device compatibility, refund policies, and support escalation workflows.

validate_couponA

Validates a discount coupon code for checkout. Note: User login is mandatory to validate a coupon. If this returns a 401 Unauthorized error, inform the user that they must log in (using send_agent_otp) first.

get_checkout_urlB

Generates a secure checkout and purchase link for a specific eSIM package.

send_agent_otpA

Sends a 6-digit OTP code to the customer's email address for in-chat authentication.

verify_agent_otpB

Verifies the email OTP code and returns a session token for wallet purchases.

get_wallet_balanceA

Retrieves the user's current pre-funded wallet balance. Requires a valid session token.

purchase_esim_with_walletA

Purchases an eSIM package directly in chat using the user's wallet balance. If balance is insufficient, returns a magic link to top-up.

cancel_orderA

Cancels an eligible eSIM order before activation/provisioning. Requires a valid session token.

refresh_esim_usageB

Requests a real-time data usage update for an active eSIM from the carrier. Requires a valid session token.

get_wallet_transactionsB

Retrieves a paginated list of wallet transaction history. Requires a valid session token.

get_topup_packagesA

Retrieves compatible top-up data packages for an active eSIM. Requires a valid session token.

purchase_topupB

Purchases a compatible top-up package using the wallet balance. Requires a valid session token.

get_user_ordersA

Retrieves a paginated list of the authenticated user's eSIM orders and history. Requires a valid session token.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 14 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: catalog browsing, ordering, wallet management, authentication, and support. No overlapping or ambiguous tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, making it easy to predict functionality. No mixing of styles.

Tool Count5/5

14 tools cover the essential operations for an eSIM service without being overwhelming. Each tool earns its place.

Completeness4/5

The set covers the full customer lifecycle: browsing, purchasing (wallet/checkout), managing orders, topping up, wallet management, and support. Minor gaps like detailed order view exist but do not hinder core workflows.

Maintenance

ActivityStale
ResponsivenessNo issues