Skip to main content
Glama

Find Flights MCP Server

by ravinahp

get_offer_details

Retrieve comprehensive flight offer details by providing the offer ID, enabling users to make informed decisions on booking flights.

Instructions

Get detailed information about a specific flight offer.

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "OfferDetails": { "description": "Model for getting detailed offer information.", "properties": { "offer_id": { "description": "The ID of the offer to get details for", "title": "Offer Id", "type": "string" } }, "required": [ "offer_id" ], "title": "OfferDetails", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/OfferDetails" } }, "required": [ "params" ], "title": "get_offer_detailsArguments", "type": "object" }
Install Server

Other Tools from Find Flights MCP Server

Related Tools

    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/ravinahp/flights-mcp'

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