Skip to main content
Glama

check_guest_risk_score

Assess guest risk before booking by analyzing email to identify potential threats and protect vacation rental hosts.

Instructions

Pre-booking risk assessment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guest_emailYes

Implementation Reference

  • index.js:12-12 (registration)
    Registration of the 'check_guest_risk_score' tool in the TOOLS array. This defines the tool's name, description, and input schema. Note: No specific handler implementation is present; tool calls return a stub message directing to the full server.
    { name: "check_guest_risk_score", description: "Pre-booking risk assessment", inputSchema: { type: "object", properties: { guest_email: { type: "string" } }, required: ["guest_email"] } },

Latest Blog Posts

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/frickydev/lilo-vacation-rentals'

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