rentals
R
rentals
/get_rental_details

Consulter la fiche détaillée d'une location

Fiche détaillée d'une location identifiée par l'id renvoyé par search_rentals : description, capacité et chambres, équipements, conditions de location (arrivée/

liveunknown~5s typical
mcprentals
$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-com-chalet-montagne-rentals /get_rental_details for me.

Input

FieldTypeDescription
rental_id*integerIdentifiant de la location (champ « id » des résultats de search_rentals).
localestring (fr | en | de | es | it | nl)Langue de la description et du lien. default "fr"

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-com-chalet-montagne-rentals","endpoint":"/get_rental_details","input":{"rental_id":1,"locale":"fr"}}'
cli
npx cracked-ai run -p mcp-com-chalet-montagne-rentals -e /get_rental_details -i '{"rental_id":1,"locale":"fr"}'
mcp
run_tool({ provider: "mcp-com-chalet-montagne-rentals", endpoint: "/get_rental_details", input: {"rental_id":1,"locale":"fr"} })

Try it

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