Skip to main content
Glama

mcp-server-airbnb

by openbnb-org

airbnb_listing_details

Retrieve detailed Airbnb listing information, including availability, pricing, and direct links, by providing listing ID, dates, and guest details. Ideal for planning accommodations efficiently.

Instructions

Get detailed information about a specific Airbnb listing. Provide direct links to the user

Input Schema

NameRequiredDescriptionDefault
adultsNoNumber of adults
checkinNoCheck-in date (YYYY-MM-DD)
checkoutNoCheck-out date (YYYY-MM-DD)
childrenNoNumber of children
idYesThe Airbnb listing ID
ignoreRobotsTextNoIgnore robots.txt rules for this request
infantsNoNumber of infants
petsNoNumber of pets

Input Schema (JSON Schema)

{ "properties": { "adults": { "description": "Number of adults", "type": "number" }, "checkin": { "description": "Check-in date (YYYY-MM-DD)", "type": "string" }, "checkout": { "description": "Check-out date (YYYY-MM-DD)", "type": "string" }, "children": { "description": "Number of children", "type": "number" }, "id": { "description": "The Airbnb listing ID", "type": "string" }, "ignoreRobotsText": { "description": "Ignore robots.txt rules for this request", "type": "boolean" }, "infants": { "description": "Number of infants", "type": "number" }, "pets": { "description": "Number of pets", "type": "number" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from mcp-server-airbnb

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/openbnb-org/mcp-server-airbnb'

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