Skip to main content
Glama

Server Details

Compare travel insurance quotes from 15+ insurers — Schengen, WHV, students, long stays, seniors.

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 DescriptionsA

Average 3.6/5 across 1 of 1 tools scored.

Server CoherenceA
Disambiguation5/5

With only one tool, there is no risk of ambiguity or confusion between tools. The tool's purpose is clearly described.

Naming Consistency5/5

A single tool named 'get_quote' is self-consistent. The verb_noun pattern is clear and appropriate.

Tool Count2/5

Having only one tool for a travel insurance domain is too few. Typical insurance workflows require multiple operations such as getting quotes, managing policies, and handling claims, which are missing.

Completeness2/5

The tool only covers quote creation and subscription. Missing essential lifecycle operations like viewing existing subscriptions, updating, or cancelling leaves significant gaps for an agent.

Available Tools

1 tool
get_quoteA
Read-only
Inspect

Creates a travel insurance subscription and returns priced offers from HelloSafe partners. Call this once you have collected all required trip details. DATES — follow these rules: (a) if the user gave a concrete start date and either an end date or a duration, use them; (b) if the user gave ONLY a duration (e.g. "20 days") and no start date, default startDate to TOMORROW and compute endDate = tomorrow + duration — do NOT ask them; (c) if the user gave NEITHER concrete dates NOR a duration, OR gave only a vague time frame like "next month", "this summer", "soon", you MUST ask them for the start date and either the end date or duration before calling this tool. COUNTRY OF RESIDENCE — you MUST ask the user where they live before calling this tool unless they have explicitly stated it. NEVER infer countryResidence from the destination, the chat language, or any other indirect signal: residency drives pricing rules, eligibility, and the default currency, so a wrong inference produces incorrect quotes. IMPORTANT: tripInfo.countryResidence and every tripInfo.arrivalCountries entry MUST be ISO 3166-1 alpha-2 country codes (exactly 2 letters), e.g. "FR", "US", "MV" (do NOT pass country names like "Maldives"). tripInfo.tripPrice is PER TRAVELLER (not the total for all travellers) — the system multiplies by the number of travellers internally. If shouldCoverCancellation=true, you MUST ask the user for the actual trip price before calling this tool (cancellation eligibility depends on it). Otherwise NEVER ask: silently default tripPrice to -1 (this is the same sentinel value the in-app comparator sends when the user has not entered an amount; the server then normalizes it for each partner). Coverage opt-ins (shouldCoverCancellation, shouldCoverExtremeSports, studiesInterruption) MUST default to false — only set to true if the user explicitly asks for that specific coverage. Each one restricts the set of offers shown. Each returned offer includes a subscribeUrl — show it as a CTA button so the user can click to complete their purchase.

ParametersJSON Schema
NameRequiredDescriptionDefault
localeYes
tripInfoYes
subscriptionIdNo
displayCurrencyNo
Behavior1/5

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

The description claims the tool 'creates a travel insurance subscription', implying a write operation, but annotations set readOnlyHint=true, indicating it does not modify data. This is a direct contradiction. Additionally, no side effects or permissions are disclosed 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 moderately concise, packed with essential information, and front-loaded with purpose and usage. The only minor improvement would be trimming the details about subscribeUrl, which could be part of the output handling, but overall it is efficient.

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?

Given no output schema, the description provides some context on the response (offers with subscribeUrl) but does not fully describe the structure of offers or other return fields. For a tool with 4 parameters and nested objects, it covers input constraints adequately but lacks output completeness.

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?

Despite 0% schema description coverage, the description adds value by specifying format requirements (ISO codes for countryResidence and arrivalCountries) and default behavior for shouldCoverCancellation. However, it does not cover all parameters (e.g., locale, subscriptionId, displayCurrency) or nested fields like travellers, leaving gaps.

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 creates a travel insurance subscription and returns offers, using specific verbs ('creates', 'returns') and resources ('subscription', 'offers'). It also provides context on when to call it ('once you have collected all required trip details'). No sibling tools exist, so no differentiation needed.

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 instructs the AI to call this tool after gathering all trip details and provides critical coding guidelines such as ISO 3166-1 alpha-2 country codes and handling of the shouldCoverCancellation field. It effectively tells the AI when and how to use the tool.

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