find_hotel_by_name
Get availability and pricing for one named property. Input: the hotel name a person would type (adding the city helps when a chain has many properties) plus check-in and check-out dates -- no internal property ID needed. Returns the property's price, review score, room type and a booking link. Ra...
This record as markdown: /tools/com-flightpowers-freemium-google-flights-and-booking/find-hotel-by-name.md
What find_hotel_by_name does on Free Flight and Hotel Search (no API key)
AI agents call find_hotel_by_name to retrieve information from Free Flight and Hotel Search (no API key) without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
adults | object | — | |
children | object | — | |
currency | object | — | |
hotel_name | string | Yes | |
checkin_date | string | Yes | |
checkout_date | string | Yes |
Parameters from the server's own tool schema.
Why find_hotel_by_name is rated Low
Tool retrieves hotel data without modifying or committing financial transactions; provides informational queries only.
From the tool's definition Get availability and pricing for one named property. Returns the property's price, review score, room type and a booking link.
Attacks that exploit this kind of access
The rule that runs find_hotel_by_name safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Free Flight and Hotel Search (no API key), and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For find_hotel_by_name, this is the rule to start with:
find_hotel_by_name is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Free Flight and Hotel Search (no API key), apply this rule, and every find_hotel_by_name call is checked against it from then on.
Questions about find_hotel_by_name
Get availability and pricing for one named property. Input: the hotel name a person would type (adding the city helps when a chain has many properties) plus check-in and check-out dates -- no internal property ID needed. Returns the property's price, review score, room type and a booking link. Rates go stale within minutes. FREE TIER: ad-supported. The paid server at https://hotels.flightpowers.com/mcp adds per-country pricing, filters, and no ads. It is categorised as a Read tool in the Free Flight and Hotel Search (no API key) MCP Server, which means it retrieves data without modifying state.
find_hotel_by_name accepts 6 parameters: adults, children, currency, hotel_name, checkin_date, checkout_date. Required: hotel_name, checkin_date, checkout_date. The full parameter table on this page comes from the server's own tool schema.
Register the Free Flight and Hotel Search (no API key) MCP server in PolicyLayer and add a rule for find_hotel_by_name: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Free Flight and Hotel Search (no API key). Nothing to install.
find_hotel_by_name is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the find_hotel_by_name rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for find_hotel_by_name. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
find_hotel_by_name is provided by the Free Flight and Hotel Search (no API key) MCP server (https://lulu.flightpowers.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Free Flight and Hotel Search (no API key), and thousands of servers like it.
Across the catalogue