get_booking_link_vrm

Returns a booking link for a specific vacation rental property. Use when a guest is ready to book. When dates are provided they are validated against the property's booking rules (availability, minimum/maximum stay, arrival/departure restrictions); if the stay is not bookable, the result carries ...

Server Mcp Server https://mcp.kismet.travel/mcp
Category Read
Risk class Low
Parameters 51 required

What get_booking_link_vrm does on Mcp Server

AI agents call get_booking_link_vrm to retrieve information from Mcp Server without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
guests number Number of guests
checkIn string Check-in date (YYYY-MM-DD)
checkOut string Check-out date (YYYY-MM-DD)
collections array Collection slug(s) — each a `collection_id` from list_collections. For search_properties and discover_collections: OMIT to span the whole network, pass one to s
propertySlug string Yes Slug of the vacation rental

Parameters from the server's own tool schema.

Why get_booking_link_vrm needs a policy

Even though get_booking_link_vrm only reads data, uncontrolled read access leaks sensitive information and racks up API costs — an agent caught in a retry loop can make thousands of calls a minute without anyone noticing.

Questions about get_booking_link_vrm

What does the get_booking_link_vrm tool do? +

Returns a booking link for a specific vacation rental property. Use when a guest is ready to book. When dates are provided they are validated against the property's booking rules (availability, minimum/maximum stay, arrival/departure restrictions); if the stay is not bookable, the result carries datesRejected with the reason and up to three alternate date windows — offer those to the guest instead. It is categorised as a Read tool in the Mcp Server MCP Server, which means it retrieves data without modifying state.

What parameters does get_booking_link_vrm accept? +

get_booking_link_vrm accepts 5 parameters: guests, checkIn, checkOut, collections, propertySlug. Required: propertySlug. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on get_booking_link_vrm? +

Register the Mcp Server MCP server in PolicyLayer and add a rule for get_booking_link_vrm: 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 Mcp Server. Nothing to install.

What risk level is get_booking_link_vrm? +

get_booking_link_vrm is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit get_booking_link_vrm? +

Yes. Add a rate_limit block to the get_booking_link_vrm 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.

How do I block get_booking_link_vrm completely? +

Set action: deny in the PolicyLayer policy for get_booking_link_vrm. 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.

What MCP server provides get_booking_link_vrm? +

get_booking_link_vrm is provided by the Mcp Server MCP server (https://mcp.kismet.travel/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.