Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

agoda_flights_search

Find bookable one-way flights on Agoda by origin, destination, and departure date. Get per-segment details: flight number, airline, times, layovers, aircraft type, and price.

Instructions

Search Agoda one-way flights. Returns bookable one-way flight itineraries between two IATA airport codes for a departure date, including per-segment flight number, airline, times, layovers, aircraft type, and price. Resolve free-text city/airport names to codes first via the flight destination search endpoint. Credential-free public data from Agoda's own flight search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-indexed result page, defaults to 1
adultsNoAdult passengers (age 12+), defaults to 1
originYesOrigin IATA airport code
infantsNoInfant passengers (under age 2), defaults to 0
childrenNoChild passengers (age 2-11), defaults to 0
cabin_classNoCabin class, defaults to Economy
destinationYesDestination IATA airport code
departure_dateYesDeparture date, YYYY-MM-DD
Behavior3/5

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

With no annotations, the description carries the full burden of disclosure. It adds useful context: 'Credential-free public data from Agoda's own flight search' and mentions 'bookable' itineraries. However, it does not disclose rate limits, pagination behavior, or error/empty-result handling, which are important for a search endpoint.

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 three sentences with no redundancy. It front-loads the core function, then provides output details, a prerequisite, and auth context—each sentence earns its place.

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?

The description covers core usage: what it searches, expected inputs (IATA codes, date), output fields, and auth requirements. It omits pagination details, result limits, and round-trip handling, but for a one-way search tool with a self-explanatory schema, it is fairly complete.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds value by emphasizing that origin/destination are IATA codes and instructing to resolve free-text names first, which clarifies parameter usage beyond the schema descriptions. It doesn't detail every parameter, but the schema already does.

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's function: 'Search Agoda one-way flights' and lists specific output fields (per-segment flight number, airline, times, layovers, aircraft type, price). It distinguishes from sibling tools like agoda_flights_search_locations by explicitly focusing on one-way itineraries and referencing IATA codes.

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

Usage Guidelines4/5

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

The description provides a clear prerequisite: 'Resolve free-text city/airport names to codes first via the flight destination search endpoint,' which directs the agent to a specific sibling tool. It also implies the tool is for direct IATA-code queries, but does not explicitly discuss alternatives like round-trip searches or other flight providers.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Crawlora-org/crawlora-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server