Travel Planner MCP Server

by GongRzhe
Verified

get_accommodations

Search for accommodation options in a specified location by providing check-in, check-out dates, and budget to streamline travel planning.

Instructions

Searches for accommodation options in a specified location

Input Schema

NameRequiredDescriptionDefault
budgetNoMaximum price per night
checkInYesCheck-in date (YYYY-MM-DD)
checkOutYesCheck-out date (YYYY-MM-DD)
locationYesLocation to search

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "budget": { "description": "Maximum price per night", "type": "number" }, "checkIn": { "description": "Check-in date (YYYY-MM-DD)", "type": "string" }, "checkOut": { "description": "Check-out date (YYYY-MM-DD)", "type": "string" }, "location": { "description": "Location to search", "type": "string" } }, "required": [ "location", "checkIn", "checkOut" ], "type": "object" }

You must be authenticated.

Other Tools from Travel Planner MCP Server

Related Tools

ID: y3u6yjiiq1