Skip to main content
Glama

Alice Flights

Ownership verified

Server Details

Search flights by route, dates, passengers, and cabin class. By Alice, Israel's travel app.

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 4.3/5 across 1 of 1 tools scored.

Server CoherenceA
Disambiguation5/5

With only one tool, there is no risk of confusing it with others. The tool's purpose is clearly defined as flight search between two cities, leaving no ambiguity.

Naming Consistency5/5

The single tool 'search_flights' follows a clear verb_noun pattern. Since it's the only tool, consistency is inherent.

Tool Count3/5

A single tool for a flights server is minimal. While it covers the core search functionality, typical flight services include more operations, making this count borderline thin (fit for search-only domain, but overall narrow scope).

Completeness5/5

The tool provides comprehensive flight search with categories (best, cheapest, fastest) and direct booking links. For a search-only service, it is complete, covering all necessary information for an agent to proceed.

Available Tools

1 tool
search_flightsSearch FlightsA
Read-only
Inspect

Search for available flights between two cities. Returns a curated set of options, each tagged with one or more categories:

  • best: the engine's recommended balance of price, total duration, and stops.

  • cheapest: lowest total price.

  • fastest: shortest total travel time. The categories overlap — a single flight can be both best and cheapest. Each option includes price, total durations, layovers, its categories, and a direct booking link. Options may include seats_remaining — the number of seats left in this booking class at this price; values of 4 or fewer indicate limited availability.

ParametersJSON Schema
NameRequiredDescriptionDefault
adultsNoNumber of adult passengers (0–9)
originYes3-letter IATA city or airport code (e.g. 'TLV', 'LON', 'MAD')
infantsNoNumber of infant passengers (0–9)
seniorsNoNumber of senior passengers (0–9)
childrenNoNumber of child passengers (0–9)
languageNoLanguage for the interactive results widget. Set 'he' when the conversation is in Hebrew; defaults to English.en
destinationYes3-letter IATA city or airport code (e.g. 'TLV', 'LON', 'MAD')
return_dateNoReturn date for round trips (YYYY-MM-DD). Omit for one-way.
flight_classNoCabin class: tour (economy), tourPlus (premium economy), business, or firsttour
departure_dateYesDeparture date in YYYY-MM-DD format
Behavior5/5

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

The description adds significant behavioral detail beyond annotations, such as the categories (best, cheapest, fastest), overlapping nature, inclusion of seats_remaining with availability warning, and return fields. Annotations (readOnlyHint, openWorldHint) are consistent and the description enriches them.

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?

The description is concise and well-structured, using bullet points for categories. It front-loads the purpose and provides essential details without unnecessary verbosity.

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?

Despite having no output schema, the description thoroughly explains the return values: price, total durations, layovers, categories, booking link, and seats_remaining. All parameters are covered by schema descriptions, making the overall definition complete for the tool's complexity.

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 100%, so the schema already documents all 10 parameters. The description does not add new parameter-specific information beyond what is in the schema, hence a baseline score of 3 is appropriate.

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 searches for available flights between two cities and returns a curated set of options with categories, price, durations, etc. It uses a specific verb and resource, and distinguishes itself from potential siblings (none listed).

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 when-to-use or when-not-to-use guidance is provided. The description implies usage for flight searching but lacks comparisons to alternatives. Since there are no sibling tools, the lack of explicit alternatives is acceptable but still leaves room for improvement.

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