Directorio Systema
DS
Directorio Systema
/reservar_clase

Reservar clase / Book a class

ES: Apunta al cliente a una clase REAL (gimnasio/academia) como invitado (nombre + teléfono) en una fecha. Valida que la clase se dé ese día y que haya cupo. La

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_clase for me.

Input

FieldTypeDescription
slug*stringSlug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)
clase*stringNombre de la clase (como sale en ver_negocio) / Class name (as shown by ver_negocio)
fecha*stringFecha YYYY-MM-DD
nombre*stringNombre del cliente / Customer name
telefono*stringTeléfono del cliente / Customer phone

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_clase","input":{"slug":"...","clase":"...","fecha":"...","nombre":"...","telefono":"..."}}'
cli
npx cracked-ai run -p mcp-app-scalesystema-directorio -e /reservar_clase -i '{"slug":"...","clase":"...","fecha":"...","nombre":"...","telefono":"..."}'
mcp
run_tool({ provider: "mcp-app-scalesystema-directorio", endpoint: "/reservar_clase", input: {"slug":"...","clase":"...","fecha":"...","nombre":"...","telefono":"..."} })

Try it

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