Directorio Systema
DS
Directorio Systema
/solicitar_estimado

Solicitar estimado / Request an estimate

ES: Envía una solicitud de estimado REAL a un negocio de servicios (contractor: pisos, plomería, pintura, limpieza…) — el negocio recibe notificación y puede ll

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 /solicitar_estimado for me.

Input

FieldTypeDescription
slug*stringSlug del negocio (de buscar_negocios) / Business slug (from buscar_negocios)
nombre*stringNombre del cliente / Customer name
telefono*stringTeléfono del cliente (el negocio lo usará para llamarlo) / Customer phone (the business wi
descripcion*stringQué trabajo necesita el cliente / What work the customer needs
serviciostringServicio de interés (como sale en ver_negocio) / Service of interest
fechaPreferidastringFecha preferida YYYY-MM-DD / Preferred date
direccionstringDirección donde se haría el trabajo / Job address

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

Try it

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