DS
Directorio Systema
/dejar_resena
Dejar reseña / Leave a review
ES: Publica una reseña PÚBLICA real (1-5 estrellas + texto) a nombre del cliente en la ficha del negocio. Solo con consentimiento explícito del cliente; máx. 1
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 /dejar_resena for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Slug del negocio (de buscar_negocios) / Business slug (from buscar_negocios) |
| nombre* | string | Nombre del cliente que firma la reseña (se publica) / Customer name signing the review (pu |
| telefono* | string | Teléfono del cliente (NO se publica; evita duplicados) / Customer phone (NOT published; de |
| rating* | integer | Calificación 1-5 estrellas / 1-5 star rating |
| texto | string | Texto de la reseña / Review text |
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":"/dejar_resena","input":{"slug":"...","nombre":"...","telefono":"...","rating":1}}'cli
npx cracked-ai run -p mcp-app-scalesystema-directorio -e /dejar_resena -i '{"slug":"...","nombre":"...","telefono":"...","rating":1}'mcp
run_tool({ provider: "mcp-app-scalesystema-directorio", endpoint: "/dejar_resena", input: {"slug":"...","nombre":"...","telefono":"...","rating":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.