DS
Directorio Systema
/reservar_cita
Reservar cita / Book appointment
ES: Reserva una cita REAL como invitado (nombre + teléfono). La confirmación llega por WhatsApp/SMS al teléfono dado. Usá consultar_disponibilidad primero para
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_cita for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Slug del negocio (de buscar_negocios) / Business slug (from buscar_negocios) |
| servicio* | string | Nombre del servicio / Service name |
| fecha* | string | Fecha YYYY-MM-DD |
| hora* | string | Hora HH:MM (24h), de consultar_disponibilidad |
| nombre* | string | Nombre del cliente / Customer name |
| telefono* | string | Teléfono del cliente (con código de país si es posible) / Customer phone |
| staffId | string | staffId de consultar_disponibilidad (opcional: sin él se asigna el primer profesional con |
| notas | string |
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_cita","input":{"slug":"...","servicio":"...","fecha":"...","hora":"...","nombre":"...","telefono":"..."}}'cli
npx cracked-ai run -p mcp-app-scalesystema-directorio -e /reservar_cita -i '{"slug":"...","servicio":"...","fecha":"...","hora":"...","nombre":"...","telefono":"..."}'mcp
run_tool({ provider: "mcp-app-scalesystema-directorio", endpoint: "/reservar_cita", input: {"slug":"...","servicio":"...","fecha":"...","hora":"...","nombre":"...","telefono":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.