Directorio Systema
DS
Directorio Systema
/reservar_habitacion

Reservar habitación / Book a hotel room

ES: Reserva una habitación de hotel REAL como invitado: nombre de la habitación (de ver_negocio), check-in/check-out y huéspedes. Devuelve noches y total; se pa

liveverifiedunknown~5s typical
mcpprobeddirectoriosystema
$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-app-scalesystema-directorio /reservar_habitacion for me.

Input

FieldTypeDescription
slug*stringSlug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)
habitacion*stringNombre/tipo de la habitación (como sale en ver_negocio) / Room name (as shown by ver_negoc
checkIn*stringFecha de entrada YYYY-MM-DD / Check-in date
checkOut*stringFecha de salida YYYY-MM-DD / Check-out date
huespedes*integerCantidad de huéspedes / Guest count
nombre*stringNombre del huésped / Guest name
telefono*stringTeléfono del huésped / Guest phone
notasstringPedidos especiales / Special requests

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-app-scalesystema-directorio","endpoint":"/reservar_habitacion","input":{"slug":"...","habitacion":"...","checkIn":"...","checkOut":"...","huespedes":1,"nombre":"...","telefono":"..."}}'
cli
npx cracked-ai run -p mcp-app-scalesystema-directorio -e /reservar_habitacion -i '{"slug":"...","habitacion":"...","checkIn":"...","checkOut":"...","huespedes":1,"nombre":"...","telefono":"..."}'
mcp
run_tool({ provider: "mcp-app-scalesystema-directorio", endpoint: "/reservar_habitacion", input: {"slug":"...","habitacion":"...","checkIn":"...","checkOut":"...","huespedes":1,"nombre":"...","telefono":"..."} })

Try it

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