workspace
W
workspace
/search_stays

Search stays across all locations

Find where Floreal Holidays has a stay available, across every location at once, with the live all-in price per accommodation type. Use this whenever the guest

liveverifiedunknown~5s typical
mcpprobedworkspace
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-be-florealholidays-workspace /search_stays for me.

Input

FieldTypeDescription
arrival*stringArrival date (YYYY-MM-DD)
nights*integerNumber of nights
adults*integerNumber of adults
childrenintegerNumber of children
babiesintegerNumber of babies
petsintegerNumber of pets
regionstringRegion to limit the search to: coast, ardennes, kempen, gaume, wallonie-picarde
domainsarrayLocation slugs to limit the search to; takes precedence over region
accommodationstringPart of the accommodation name, e.g. "hotel", "studio", "apartment"
maxPricenumberHighest acceptable all-in price for the whole stay, in euro

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-be-florealholidays-workspace","endpoint":"/search_stays","input":{"arrival":"...","nights":1,"adults":1}}'
cli
npx cracked-ai run -p mcp-be-florealholidays-workspace -e /search_stays -i '{"arrival":"...","nights":1,"adults":1}'
mcp
run_tool({ provider: "mcp-be-florealholidays-workspace", endpoint: "/search_stays", input: {"arrival":"...","nights":1,"adults":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.