lilo-vacation-rentals
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LILO_API_KEY | Yes | Your API key. Get one: curl -X POST https://mcp.lilo.property/developers/key -H 'Content-Type: application/json' -d '{"email":"you@example.com"}' |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_propertiesC | Find vacation rentals by location |
| check_availabilityC | Real-time pricing and dates |
| create_bookingC | Book with instant confirmation |
| check_guest_risk_scoreD | Pre-booking risk assessment |
| detect_extortion_patternD | AI threat detection |
| get_squatter_riskD | 50-state tenancy analysis |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: check_availability handles pricing/dates, check_guest_risk_score assesses guest risk, create_booking makes bookings, detect_extortion_pattern identifies threats, get_squatter_risk analyzes tenancy risks, and search_properties finds rentals. There is no overlap or ambiguity between these functions.
All tools follow a consistent verb_noun naming pattern (e.g., check_availability, create_booking, search_properties). The verbs are appropriate and descriptive, and there are no deviations in style or convention.
With 6 tools, the count is well-scoped for a vacation rental server, covering key operations like property search, booking, risk assessment, and threat detection. Each tool serves a distinct and necessary function without redundancy.
The tool set covers core workflows such as searching, booking, and risk analysis, but lacks update/cancel operations for bookings and property management features. However, agents can likely work around these minor gaps given the strong coverage of pre-booking and security aspects.